We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b52fad commit 523fbbbCopy full SHA for 523fbbb
e2e/capture_test.go
@@ -70,10 +70,10 @@ func TestFlowCapture(t *testing.T) {
70
// check that CLI is running
71
assert.Contains(t, str, "Running network-observability-cli as Flow Capture")
72
assert.Contains(t, str, "Time")
73
- assert.Contains(t, str, "SrcName")
74
- assert.Contains(t, str, "SrcType")
75
- assert.Contains(t, str, "DstName")
76
- assert.Contains(t, str, "DstType")
+ assert.Contains(t, str, "Src Name")
+ assert.Contains(t, str, "Src Namespace")
+ assert.Contains(t, str, "Dst Name")
+ assert.Contains(t, str, "Dst Namespace")
77
// check that script terminated
78
assert.Contains(t, str, "command terminated")
79
return ctx
0 commit comments