Skip to content

Commit

Permalink
remove stale redundant test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed May 21, 2024
1 parent 1f2d9e1 commit 59174b6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/integration_tests/test_source_test_fixture.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,15 +802,6 @@ def test_sync_limited_streams(expected_test_stream_data):
)


def test_read_stream():
source = ab.get_source("source-test", config={"apiKey": "test"})

assert pop_internal_columns_from_dataset(source.get_records("stream1")) == [
{"column1": "value1", "column2": 1},
{"column1": "value2", "column2": 2},
]


def test_read_stream_nonexisting():
source = ab.get_source("source-test", config={"apiKey": "test"})

Expand Down

0 comments on commit 59174b6

Please sign in to comment.