(fix) test proxy

This commit is contained in:
ishaan-jaff 2023-12-11 17:52:32 -08:00
parent 2eb66642c4
commit b6798c703a

View file

@ -32,7 +32,7 @@ def get_client(config_fp):
return TestClient(app)
def test_custom_auth(client):
def test_custom_auth():
try:
client = get_client(config_fp="test_config_custom_auth.yaml")
# Your test data