From ff7de54f31e2a55897775565a8004778d1288463 Mon Sep 17 00:00:00 2001 From: mjsqu Date: Mon, 28 Aug 2023 13:45:21 +1200 Subject: [PATCH] Rename 'unused' variable with underscore prefix - variable is used to intentionally raise and exception --- tests/core/test_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core/test_streams.py b/tests/core/test_streams.py index 0be5f006d..1c63d5654 100644 --- a/tests/core/test_streams.py +++ b/tests/core/test_streams.py @@ -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(