mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Update TestDebugCommand_NoConnection to work when run in an environment with working Vault (#19942)
This commit is contained in:
@@ -534,6 +534,10 @@ func TestDebugCommand_NoConnection(t *testing.T) {
|
|||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if err := client.SetAddress(""); err != nil {
|
||||||
|
t.Fatal(err)
|
||||||
|
}
|
||||||
|
|
||||||
_, cmd := testDebugCommand(t)
|
_, cmd := testDebugCommand(t)
|
||||||
cmd.client = client
|
cmd.client = client
|
||||||
cmd.skipTimingChecks = true
|
cmd.skipTimingChecks = true
|
||||||
|
|||||||
Reference in New Issue
Block a user