Skip to content

Commit

Permalink
Rename 'unused' variable with underscore prefix - variable is used to…
Browse files Browse the repository at this point in the history
… intentionally raise and exception
  • Loading branch information
mjsqu authored Aug 28, 2023
1 parent 8ccdc87 commit ff7de54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class InvalidReplicationKeyStream(SimpleTestStream):
f"{stream.replication_key} is not in schema for stream name: {stream.name}"
),
):
pass
_check = stream.is_timestamp_replication_key


@pytest.mark.parametrize(
Expand Down

0 comments on commit ff7de54

Please sign in to comment.