Skip to content

Commit 102fc4a

Browse files
Update .github/docs/contribution-guide/package_test.go
Co-authored-by: Ruben Hönle <Ruben.Hoenle@stackit.cloud>
1 parent b60fb6c commit 102fc4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/docs/contribution-guide/package_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ resource "stackit_foo" "foo" {
6666
PreConfig: func() {
6767
/* Setup mock responses for refresh and delete.
6868
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.
69+
After the test TF will automatically destroy the resource. So we set up mocks to simulate a successful delete.
7070
*/
7171
s.Reset(
7272
testutil.MockResponse{

0 commit comments

Comments
 (0)