Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Nov 18, 2022
1 parent 6987dd2 commit e802786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"github.com/stretchr/testify/require"
)

var startedServerRegex = regexp.MustCompile(`started server address=.*:(\d+) ssl=true`)
var startedServerRegex = regexp.MustCompile(`msg="started server" address=.*:(\d+) ssl=true`)

// daemon builds and starts a daemon
type daemon struct {
Expand Down

0 comments on commit e802786

Please sign in to comment.