Skip to content

Commit

Permalink
run vaulty on random port
Browse files Browse the repository at this point in the history
  • Loading branch information
alovak committed Oct 16, 2024
1 parent b10aac5 commit e84946e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vaulty_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ func TestCreateProxyWithConfig(t *testing.T) {
conf := &config.Config{
CAPath: cadir,
RoutesFile: "./routing/testdata/routes.json",
Address: "localhost:0",
}

err := conf.FromEnvironment()
Expand Down

0 comments on commit e84946e

Please sign in to comment.