diff --git a/test/integration/nucleusIntegration_test.go b/test/integration/nucleusIntegration_test.go index d1d3b91fb6dd0399f0b561d823d277f34c4c996f..8a4d1205e21b502131e8b03702ad0da04d71685b 100644 --- a/test/integration/nucleusIntegration_test.go +++ b/test/integration/nucleusIntegration_test.go @@ -172,9 +172,9 @@ func TestGnmi_SubscribeIntegration(t *testing.T) { name: "default", fields: fields{ opt: &tpb.TransportOption{ - Address: "", - Username: "", - Password: "", + Address: testAddress, + Username: testUsername, + Password: testPassword, Tls: false, TransportOption: &tpb.TransportOption_GnmiTransportOption{ GnmiTransportOption: &tpb.GnmiTransportOption{