Skip to content

Commit

Permalink
test: updated k6 ascii art
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuDa committed Dec 23, 2024
1 parent 0a7230d commit 315e37f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions e2e/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ func testRunK6(t *testing.T, m *e2e.Minikube, e *e2e.Extension) {
exec, err := e.RunActionWithFiles("com.steadybit.extension_k6.run", nil, config, nil, files)
require.NoError(t, err)
e2e.AssertProcessRunningInContainer(t, m, e.Pod, "extension", "k6", true)
// /\ |‾‾| /‾‾/ /‾‾/
// /\ / \ | |/ / / /
// / \/ \ | ( / ‾‾\
// / \ | |\ \ | (‾) |
// / __________ \ |__| \__\ \_____/ .io
e2e.AssertLogContains(t, m, e.Pod, "/ __________ \\ |__| \\__\\ \\_____/ .io")
/// \ Grafana /‾‾/
// /\ / \ |\ __ / /
// / \/ \ | |/ / / ‾‾\
// / \ | ( | (‾) |
/// __________ \ |_|\_\ \_____/
e2e.AssertLogContains(t, m, e.Pod, "/ __________ \\ |_|\\_\\ \\_____/")

err = exec.Wait()
require.NoError(t, err)
Expand Down

0 comments on commit 315e37f

Please sign in to comment.