Skip to content

Commit

Permalink
Revert "Update platform for tests (#180)" (#182)
Browse files Browse the repository at this point in the history
This reverts commit ebda070.
  • Loading branch information
bhtowles authored Oct 5, 2023
1 parent ebda070 commit e5bfd42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ def tap_name():
@staticmethod
def get_type():
"""the expected url route ending"""
# return "platform.shopify-tba" # moved to alpha Sep 28, 2023
return "platform.shopify" # new connections after Sep 28, 2023
return "platform.shopify-tba"

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

0 comments on commit e5bfd42

Please sign in to comment.