Skip to content

Commit

Permalink
5609 fix: [GOLIUM] Tests for http fail in the local environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ruben-garciad committed Jan 12, 2024
1 parent 9d4a26e commit af12755
Show file tree
Hide file tree
Showing 3 changed files with 184 additions and 186 deletions.
7 changes: 3 additions & 4 deletions test/acceptance/environments/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# HTTP settings
httpbin:
localhost: localhost
host: httpbin
host: localhost
url: http://localhost
urlSelfSigned: https://self-signed.badssl.com

Expand All @@ -12,14 +11,14 @@ endpoints:
posts:
api-endpoint: posts/
api-key: "valid_apiKey"
files-path: "./test_data"
files-path: "./test_data"
users:
api-endpoint: users/
api-key: "valid_apiKey"
bin-empty:
api-endpoint: ""
api-key: ""
files-path: "./test_data"
files-path: "./test_data"

# DNS settings
dns: dns.google:53
Expand Down
5 changes: 2 additions & 3 deletions test/acceptance/environments/local.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# HTTP settings
httpbin:
localhost: localhost
host: httpbin
url: http://httpbin
urlSelfSigned: https://self-signed.badssl.com
Expand All @@ -12,14 +11,14 @@ endpoints:
posts:
api-endpoint: posts/
api-key: "valid_apiKey"
files-path: "./test_data"
files-path: "./test_data"
users:
api-endpoint: users/
api-key: "valid_apiKey"
bin-empty:
api-endpoint: ""
api-key: ""
files-path: "./test_data"
files-path: "./test_data"

# DNS settings
dns: dns.google:53
Expand Down
Loading

0 comments on commit af12755

Please sign in to comment.