Skip to content

Commit

Permalink
fixed integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveromahony committed Jun 6, 2023
1 parent c882453 commit 8012921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/api/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (

const (
API_PORT = 9091
API_HOST = "127.0.0.1"
API_HOST = "0.0.0.0"
)

func TestAPI_Nginx(t *testing.T) {
Expand Down
1 change: 1 addition & 0 deletions test/integration/api/nginx-agent.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

api:
# port to expose http api
host: 0.0.0.0
port: 9091
# tls options
tls:
Expand Down

0 comments on commit 8012921

Please sign in to comment.