Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Nov 19, 2021
1 parent 505380f commit 63888ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,9 @@ func TestConfig(t *testing.T) {
{
Type: "fleet-server",
Server: Server{
Host: "localhost",
Port: 8888,
Host: "localhost",
Port: 8888,
InternalPort: 8221,
Timeouts: ServerTimeouts{
Read: 20 * time.Second,
ReadHeader: 5 * time.Second,
Expand Down

0 comments on commit 63888ba

Please sign in to comment.