Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Oct 23, 2023
1 parent 5050727 commit 02420ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impl/pkg/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func TestMain(t *testing.M) {
func TestHealthCheckAPI(t *testing.T) {
shutdown := make(chan os.Signal, 1)
serviceConfig, err := config.LoadConfig("")
serviceConfig.ServerConfig.DBFile = "health-check.db"
serviceConfig.ServerConfig.BaseURL = testServerURL
assert.NoError(t, err)
server, err := NewServer(serviceConfig, shutdown)
Expand Down

0 comments on commit 02420ec

Please sign in to comment.