Skip to content

Commit

Permalink
Switch connector in integration test for files
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <[email protected]>
  • Loading branch information
cmgrote committed Feb 13, 2024
1 parent 86fe57e commit 1020381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/file_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 1020381

Please sign in to comment.