Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Jan 8, 2025
1 parent a7ca7df commit 962e5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ func TestGatewayGetHostDetails(t *testing.T) {
tt.before(gw)
}

gw.getHostDetails(gw.GetConfig().PIDFileLocation)
gw.getHostDetails()
for _, c := range tt.checks {
c(t, bl, gw)
}
Expand Down

0 comments on commit 962e5a8

Please sign in to comment.