Skip to content

Commit

Permalink
Transition to updated platform type (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhtowles authored Oct 17, 2023
1 parent e5bfd42 commit 4867d3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 Oct 13, 2023
return "platform.shopify" # new connections after Oct 13th

def get_properties(self, original: bool = True):
"""Configuration properties required for the tap."""
Expand Down

0 comments on commit 4867d3c

Please sign in to comment.