Skip to content

Commit

Permalink
Merge pull request #2161 from sgayangi/test-fix
Browse files Browse the repository at this point in the history
Remove Mocky endpoints from mTLS test cases
  • Loading branch information
CrowleyRajapakse authored Mar 26, 2024
2 parents 5097646 + 9986970 commit f8b4e5c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-disabled-oauth2-disabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://webhook.site/1e73a7f6-6187-46ff-aac9-f060d7460c93"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-disabled-oauth2-enabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-disabled-oauth2-optional"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-mandatory-oauth2-disabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-mandatory-oauth2-enabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-mandatory-oauth2-optional"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-multiple-certs"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-optional-oauth2-disabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://webhook.site/1e73a7f6-6187-46ff-aac9-f060d7460c93"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-optional-oauth2-enabled"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ id: "mtls-optional-oauth2-optional"
defaultVersion: false
endpointConfigurations:
production:
endpoint: "https://run.mocky.io/v3/0c5173b2-9d99-459c-946b-b6b67c7f0139"
endpoint: "http://backend:80/anything"
operations:
- target: "/employee"
verb: "GET"
Expand Down

0 comments on commit f8b4e5c

Please sign in to comment.