Skip to content
Snippets Groups Projects
Commit f1f5b9f7 authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

fix transport options

parent 308482f2
No related branches found
No related tags found
1 merge request!159Resolve "Integration Tests Fail"
Pipeline #73815 passed with warnings
......@@ -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{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment