Skip to content

Commit

Permalink
Bumped connector version. Fixed Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
hhagblom committed May 26, 2023
1 parent b0104e0 commit 36da3fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
@@ -1,5 +1,14 @@
{
"streams": [
{
"stream": {
"name": "account",
"json_schema": {},
"supported_sync_modes": ["full_refresh"]
},
"sync_mode": "full_refresh",
"destination_sync_mode": "overwrite"
},
{
"stream": {
"name": "booking",
Expand Down
Expand Up @@ -47,5 +47,5 @@ def test_streams(mocker):
config_mock = {"playground": False, "username": "dummy_username", "password": "dummy_password"}
streams = source.streams(config_mock)

expected_streams_number = 3
expected_streams_number = 5
assert len(streams) == expected_streams_number

0 comments on commit 36da3fe

Please sign in to comment.