Skip to content

Commit

Permalink
Moved some fields to tap-tester base case
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuvana-talend committed Nov 27, 2023
1 parent bd451ee commit 16279de
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/base_hubspot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@

class HubspotBaseCase(BaseCase):

BASIC_DATE_FORMAT = "%Y-%m-%dT%H:%M:%S.%fZ"

EXPECTED_PAGE_SIZE = "expected-page-size"
OBEYS_START_DATE = "obey-start-date"
PARENT_STREAM = "parent-stream"

# set the default start date which can be overridden in the tests.
start_date = BaseCase.timedelta_formatted(dt.utcnow(), delta=timedelta(days=-1))

Expand Down

0 comments on commit 16279de

Please sign in to comment.