From 2f73aafa26f53ae4867c47b0e52aeafd2c8a68dc Mon Sep 17 00:00:00 2001 From: Noah Paige Date: Mon, 23 Dec 2024 12:29:36 -0500 Subject: [PATCH] Fix global conftest shares after notifications PR --- .../shares/s3_datasets_shares/test_new_crossacc_s3_share.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_new/integration_tests/modules/shares/s3_datasets_shares/test_new_crossacc_s3_share.py b/tests_new/integration_tests/modules/shares/s3_datasets_shares/test_new_crossacc_s3_share.py index 11d87859e..bce06d1c2 100644 --- a/tests_new/integration_tests/modules/shares/s3_datasets_shares/test_new_crossacc_s3_share.py +++ b/tests_new/integration_tests/modules/shares/s3_datasets_shares/test_new_crossacc_s3_share.py @@ -3,7 +3,7 @@ from integration_tests.errors import GqlError from integration_tests.modules.s3_datasets.aws_clients import LakeFormationClient -from integration_tests.modules.shares.s3_datasets_shares.conftest import clean_up_share +from integration_tests.modules.shares.s3_datasets_shares.global_conftest import clean_up_share from tests_new.integration_tests.modules.shares.queries import ( create_share_object, submit_share_object,