Skip to content

Commit a980519

Browse files
committed
Fix test
1 parent b9c16c2 commit a980519

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin/api_client_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ func Test_Plugin_getProxies_Fails_Connection_Error(t *testing.T) {
5151
assert.Nil(t, proxies)
5252
})
5353

54-
assert.Contains(t, output, `[ERROR] test: Failed to get a list of proxies from GatewayD: error="rpc error: code = Unavailable desc = connection error: desc = \"transport: Error while dialing: dial tcp 127.0.0.1:18080: connect: connection refused\""`)
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`)
5556
}

0 commit comments

Comments
 (0)