Skip to content

Commit

Permalink
fix spacing in logging e2e bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
YrrepNoj authored and jeff-mccoy committed Feb 8, 2022
1 parent da134e4 commit 896585b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/e2e_gitea_and_grafana_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestGiteaAndGrafana(t *testing.T) {
_, _ = e2e.runSSHCommand("sudo bash -c '(/home/%s/build/zarf connect logging &> /dev/nul &)'", e2e.username)

// // Make sure Grafana comes up cleanly
output, err = e2e.runSSHCommand(`bash -c ' [[ $(curl -sfSL -o /dev/null -w '%%{http_code}' 'http://127.0.0.1:45002/monitor/login') == 200]]'`)
output, err = e2e.runSSHCommand(`bash -c '[[ $(curl -sfSL -o /dev/null -w '%%{http_code}' 'http://127.0.0.1:45002/monitor/login') == 200 ]]'`)
require.NoError(e2e.testing, err, output)
})

Expand Down

0 comments on commit 896585b

Please sign in to comment.