From c8663612c90db31dfd6e2a6e529a9063b7e1269e Mon Sep 17 00:00:00 2001 From: Nikhil Bhoyar Date: Wed, 11 Dec 2024 17:35:06 +0530 Subject: [PATCH] correcting test --- test/integration/autokey_setup/autokey_setup_test.go | 2 +- .../bucket_setup_using_autokey_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/autokey_setup/autokey_setup_test.go b/test/integration/autokey_setup/autokey_setup_test.go index b1663a5..7760533 100755 --- a/test/integration/autokey_setup/autokey_setup_test.go +++ b/test/integration/autokey_setup/autokey_setup_test.go @@ -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) diff --git a/test/integration/bucket_setup_using_autokey/bucket_setup_using_autokey_test.go b/test/integration/bucket_setup_using_autokey/bucket_setup_using_autokey_test.go index c44eae3..51ffc7c 100755 --- a/test/integration/bucket_setup_using_autokey/bucket_setup_using_autokey_test.go +++ b/test/integration/bucket_setup_using_autokey/bucket_setup_using_autokey_test.go @@ -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)