diff --git a/tests/crew_test.py b/tests/crew_test.py index 2c56a922d..ffea9760b 100644 --- a/tests/crew_test.py +++ b/tests/crew_test.py @@ -321,7 +321,13 @@ def test_sync_task_execution(): assert mock_execute_sync.call_count == len(tasks) -@pytest.mark.vcr(filter_headers=["authorization"], record_mode="once") +@pytest.mark.vcr( + filter_headers=["authorization"], + record_mode="once", + decode_compressed_response=True, + ignore_localhost=True, + match_on=["method", "scheme", "host", "port", "path"] +) @pytest.mark.parametrize( "tool_output,expected", [