Skip to content

Commit

Permalink
fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
bhtowles committed Sep 30, 2023
1 parent 298b49c commit 6723e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 6723e47

Please sign in to comment.