We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a980519 commit bd6a1a0Copy full SHA for bd6a1a0
plugin/api_client_test.go
@@ -52,5 +52,5 @@ func Test_Plugin_getProxies_Fails_Connection_Error(t *testing.T) {
52
})
53
54
assert.Contains(t, output, `[ERROR] test: Failed to get a list of proxies from GatewayD`)
55
- assert.Contains(t, output, `transport: Error while dialing: dial tcp 127.0.0.1:18080: connect: connection refused`)
+ assert.Contains(t, output, `connection refused`)
56
}
0 commit comments