Skip to content

Commit

Permalink
fix(test): change ressource name (%s -> rName)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeCrabe committed Apr 25, 2024
1 parent c6798b6 commit 0561aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/python/resource_python_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func TestAccPython_basic(t *testing.T) {
Config: helper.NewProvider("clevercloud").SetOrganisation(org).String() + helper.NewRessource("clevercloud_python",
rName2,
helper.SetKeyValues(map[string]any{
"name": "%s",
"name": rName,
"region": "par",
"min_instance_count": 1,
"max_instance_count": 2,
Expand Down

0 comments on commit 0561aaf

Please sign in to comment.