From 1020381cd972b003ea5637e74ef7051711509685 Mon Sep 17 00:00:00 2001 From: Christopher Grote Date: Tue, 13 Feb 2024 16:32:06 +0000 Subject: [PATCH] Switch connector in integration test for files Signed-off-by: Christopher Grote --- tests/integration/file_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/file_test.py b/tests/integration/file_test.py index cc21d85b7..d7fa0f8f7 100644 --- a/tests/integration/file_test.py +++ b/tests/integration/file_test.py @@ -18,7 +18,7 @@ MODULE_NAME = TestId.make_unique("File") -CONNECTOR_TYPE = AtlanConnectorType.API +CONNECTOR_TYPE = AtlanConnectorType.FILE FILE_NAME = f"{MODULE_NAME}-file.pdf" CERTIFICATE_STATUS = CertificateStatus.VERIFIED CERTIFICATE_MESSAGE = "Automated testing of the Python SDK."