Skip to content

Commit

Permalink
Update TestGNSIClient godoc
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-dennis committed Jan 5, 2024
1 parent 0cd858a commit a5c2728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature/system/tests/system_base_test/g_protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func TestGNOIClient(t *testing.T) {
}
}

// TestGNSIClient validates that the DUT listens on standard gNMI Port.
// TestGNSIClient validates that the DUT listens on standard gNSI Port.
func TestGNSIClient(t *testing.T) {
dut := ondatra.DUT(t, "dut")
conn := dialConn(t, dut, introspect.GNSI, 9339)
Expand Down

0 comments on commit a5c2728

Please sign in to comment.