Skip to content

Commit

Permalink
fix: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlenKoch committed Jan 8, 2025
1 parent 55d7bfa commit 7d00ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/clients/tfclient/tfclient_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestTerraformSetupBuilder(t *testing.T) {
globalAccount: "testAccount",
cliServerUrl: "<https://cli.server.url>",
},
mockSecretData: []byte(`{"username":"testUser","password":"testPass"}`),
mockSecretData: []byte(`{"username":"testUser","password":"testPassword"}`),
},
}

Expand Down

0 comments on commit 7d00ec4

Please sign in to comment.