Skip to content

Commit c91e422

Browse files
jpinsonneaumsherif1234
authored andcommitted
fix e2e
1 parent 48242a8 commit c91e422

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

e2e/script_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ func TestHelpCommand(t *testing.T) {
4343
assert.Contains(t, str, "version Print software version.")
4444
// ensure help to display examples
4545
assert.Contains(t, str, "basic examples:")
46-
assert.Contains(t, str, "netobserv flows --drops # Capture dropped flows on all nodes")
47-
assert.Contains(t, str, "netobserv flows --query=\"SrcK8S_Namespace=~app-.*\" # Capture flows from any namespace starting by app-")
48-
assert.Contains(t, str, "netobserv packets --port=8080 # Capture packets on port 8080")
49-
assert.Contains(t, str, "netobserv metrics --enable_all # Capture all cluster metrics including packet drop, dns, rtt, network events packet translation and UDN mapping features informations")
46+
assert.Contains(t, str, "netobserv flows --drops # Capture dropped flows on all nodes")
47+
assert.Contains(t, str, "netobserv flows --query='SrcK8S_Namespace=~\"app-.*\"' # Capture flows from any namespace starting by app-")
48+
assert.Contains(t, str, "netobserv packets --port=8080 # Capture packets on port 8080")
49+
assert.Contains(t, str, "netobserv metrics --enable_all # Capture all cluster metrics including packet drop, dns, rtt, network events packet translation and UDN mapping features informations")
5050
assert.Contains(t, str, "advanced examples:")
5151
assert.Contains(t, str, "Capture drops in background and copy output locally")
5252
assert.Contains(t, str, "Capture flows from a specific pod")

0 commit comments

Comments
 (0)