Skip to content

Commit

Permalink
correcting test
Browse files Browse the repository at this point in the history
  • Loading branch information
nb-goog committed Dec 11, 2024
1 parent c6a05cd commit c866361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/integration/autokey_setup/autokey_setup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func validateKeyHandleVersion(input string, projectId string, autokeyResource st
}

func TestAutokeySetup(t *testing.T) {
bpt := tft.NewTFBlueprintTest(t)
bpt := tft.NewTFBlueprintTest(t, tft.WithTFDir("../../fixtures/autokey_setup_fixture"),)
bpt.DefineVerify(func(assert *assert.Assertions) {
bpt.DefaultVerify(assert)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func validateKeyHandleVersion(input string, projectId string, autokeyResource st
}

func TestBucketSetupUsingAutokey(t *testing.T) {
bpt := tft.NewTFBlueprintTest(t)
bpt := tft.NewTFBlueprintTest(t, tft.WithTFDir("../../fixtures/bucket_setup_using_autokey_fixture"),)
bpt.DefineVerify(func(assert *assert.Assertions) {
bpt.DefaultVerify(assert)

Expand Down

0 comments on commit c866361

Please sign in to comment.