Skip to content

Commit

Permalink
Update platform for tests (#180)
Browse files Browse the repository at this point in the history
* Update platform for tests

* fix date
  • Loading branch information
bhtowles authored Oct 2, 2023
1 parent 43b85b2 commit ebda070
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 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 ebda070

Please sign in to comment.