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."""