diff --git a/tests/base.py b/tests/base.py index 85bde65..8c46963 100644 --- a/tests/base.py +++ b/tests/base.py @@ -37,7 +37,8 @@ def tap_name(): @staticmethod def get_type(): """the expected url route ending""" - return "platform.shopify-tba" + # return "platform.shopify-tba" # moved to alpha Sep 28, 2023 + return "platform.shopify" # new connections after Sep 28, 2023 def get_properties(self, original: bool = True): """Configuration properties required for the tap."""