We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ab5ccc commit a3d7aabCopy full SHA for a3d7aab
1 file changed
README.md
@@ -246,7 +246,7 @@ values:
246
* `UPCLOUD_GO_SDK_TEST_PASSWORD` (the API password)
247
* `UPCLOUD_GO_SDK_TEST_DELETE_RESOURCES` (either `yes` or `no`)
248
249
-To run the test suite, run `go test ./... -v -parallel 8`. If `UPCLOUD_GO_API_TEST_DELETE_RESOURCES` is set to `yes`,
+To run the test suite, run `go test ./... -v -parallel 8`. If `UPCLOUD_GO_SDK_TEST_DELETE_RESOURCES` is set to `yes`,
250
all resources will be stopped and/or deleted after the test suite has run. Be careful which account you use for
251
testing so you don't accidentally delete or your production resources!
252
0 commit comments