mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
fix(tests): disable proxy discovery in install test
This commit is contained in:
parent
ad775f2cb0
commit
ee5cd96f52
1 changed files with 4 additions and 1 deletions
|
|
@ -2060,7 +2060,10 @@ client_id = "client-id"
|
|||
&vault_secrets,
|
||||
false,
|
||||
|_| {
|
||||
let client = fabro_api::Client::new(&server.base_url());
|
||||
let client = fabro_api::Client::new_with_client(
|
||||
&server.base_url(),
|
||||
fabro_test::test_http_client(),
|
||||
);
|
||||
Box::pin(async move { Ok(client) })
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue