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) { ...@@ -172,9 +172,9 @@ func TestGnmi_SubscribeIntegration(t *testing.T) {
name: "default", name: "default",
fields: fields{ fields: fields{
opt: &tpb.TransportOption{ opt: &tpb.TransportOption{
Address: "", Address: testAddress,
Username: "", Username: testUsername,
Password: "", Password: testPassword,
Tls: false, Tls: false,
TransportOption: &tpb.TransportOption_GnmiTransportOption{ TransportOption: &tpb.TransportOption_GnmiTransportOption{
GnmiTransportOption: &tpb.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