We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b60fb6c commit 102fc4aCopy full SHA for 102fc4a
1 file changed
.github/docs/contribution-guide/package_test.go
@@ -66,7 +66,7 @@ resource "stackit_foo" "foo" {
66
PreConfig: func() {
67
/* Setup mock responses for refresh and delete.
68
The refresh response fails with an error, but we want to verify that the URL contains the correct IDs.
69
- After the test TF will automatically destroy the resource. So we set up mocks to simulate a successful dlete.
+ After the test TF will automatically destroy the resource. So we set up mocks to simulate a successful delete.
70
*/
71
s.Reset(
72
testutil.MockResponse{
0 commit comments