From ebda0708011e2917e8a98754c0d009ab429184b7 Mon Sep 17 00:00:00 2001 From: bhtowles Date: Mon, 2 Oct 2023 14:44:33 -0500 Subject: [PATCH] Update platform for tests (#180) * Update platform for tests * fix date --- tests/base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/base.py b/tests/base.py index 85bde65a..8c469635 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."""