From 298b49c596c7b2cae49a670e096546ab19a70bb7 Mon Sep 17 00:00:00 2001 From: btowles Date: Sat, 30 Sep 2023 18:37:46 +0000 Subject: [PATCH] Update platform for tests --- tests/base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/base.py b/tests/base.py index 85bde65..68bb210 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 8, 2023 + return "platform.shopify" # new connections after Sep 8, 2023 def get_properties(self, original: bool = True): """Configuration properties required for the tap."""