From 6723e47559fb310142f3266f652d7d76ff5a335d Mon Sep 17 00:00:00 2001 From: btowles Date: Sat, 30 Sep 2023 18:41:02 +0000 Subject: [PATCH] fix date --- tests/base.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/base.py b/tests/base.py index 68bb210..8c46963 100644 --- a/tests/base.py +++ b/tests/base.py @@ -37,8 +37,8 @@ def tap_name(): @staticmethod def get_type(): """the expected url route ending""" - # return "platform.shopify-tba" # moved to alpha Sep 8, 2023 - return "platform.shopify" # new connections after Sep 8, 2023 + # 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."""