From 201a488f5e347c866419859e4d2d40577af2510d Mon Sep 17 00:00:00 2001 From: btowles Date: Thu, 5 Oct 2023 17:27:25 +0000 Subject: [PATCH] Revert "Update platform for tests (#180)" This reverts commit ebda0708011e2917e8a98754c0d009ab429184b7. --- tests/base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/base.py b/tests/base.py index 8c46963..85bde65 100644 --- a/tests/base.py +++ b/tests/base.py @@ -37,8 +37,7 @@ def tap_name(): @staticmethod def get_type(): """the expected url route ending""" - # return "platform.shopify-tba" # moved to alpha Sep 28, 2023 - return "platform.shopify" # new connections after Sep 28, 2023 + return "platform.shopify-tba" def get_properties(self, original: bool = True): """Configuration properties required for the tap."""