Skip to content

Commit 03e11a4

Browse files
committed
Oops
1 parent 1f7eb85 commit 03e11a4

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/test_avro_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ def test_avro_encoder_instance(self, requests_mock):
3232
@pytest.fixture
3333
def test_avro_decoder_instance(self, requests_mock):
3434
requests_mock.get(
35-
'https://test_schema_url', text=json.dumps(LOCATION_NEW))
36-
# requests_mock.get(
37-
# 'https://test_schema_url', text=json.dumps(_TEST_SCHEMA))
35+
'https://test_schema_url', text=json.dumps(_TEST_SCHEMA))
3836
return AvroDecoder('https://test_schema_url')
3937

4038
def test_get_json_schema(self, test_avro_encoder_instance,

0 commit comments

Comments
 (0)