Skip to content

Commit

Permalink
fix(test): sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrosjean committed Aug 24, 2023
1 parent 8c5d83d commit 9816bb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
from tap_getresponse.tap import TapGetResponse

SAMPLE_CONFIG = {
"start_date": datetime.datetime.now(datetime.timezone.utc).strftime("%Y-%m-%d"),
# TODO: Initialize minimal tap config
"auth_token": "auth_token",
}


Expand Down

0 comments on commit 9816bb8

Please sign in to comment.