Skip to content

Commit

Permalink
conftest: ignore opensearch host
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestaP committed Jan 23, 2024
1 parent b2071b6 commit 42e18fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoap3/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ def vcr_config():
"decode_compressed_response": True,
"filter_headers": ("Authorization", "User-Agent"),
"record_mode": "once",
"ignore_hosts": ["127.0.0.1", "localhost"],
"ignore_hosts": ["127.0.0.1", "localhost", "opensearch"],
}

0 comments on commit 42e18fb

Please sign in to comment.