Skip to content

Commit

Permalink
Fixing multi-env test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
pubudu538 committed Sep 27, 2023
1 parent 5e8eb26 commit aa854e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "EmployeeServiceAPIDev"
context: "/multienv"
basePath: "/multienv"
version: "3.14"
id: "multi-env-dev-api"
type: "REST"
Expand All @@ -12,17 +12,17 @@ endpointConfigurations:
operations:
- target: "/employee"
verb: "GET"
authTypeEnabled: true
secured: true
scopes: []
- target: "/employee"
verb: "POST"
authTypeEnabled: true
secured: true
scopes: []
- target: "/employee/{employeeId}"
verb: "PUT"
authTypeEnabled: true
secured: true
scopes: []
- target: "/employee/{employeeId}"
verb: "DELETE"
authTypeEnabled: true
secured: true
scopes: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: "EmployeeServiceAPIQA"
context: "/multienv"
basePath: "/multienv"
version: "3.14"
id: "multi-env-qa-api"
type: "REST"
Expand All @@ -12,17 +12,17 @@ endpointConfigurations:
operations:
- target: "/employee"
verb: "GET"
authTypeEnabled: true
secured: true
scopes: []
- target: "/employee"
verb: "POST"
authTypeEnabled: true
secured: true
scopes: []
- target: "/employee/{employeeId}"
verb: "PUT"
authTypeEnabled: true
secured: true
scopes: []
- target: "/employee/{employeeId}"
verb: "DELETE"
authTypeEnabled: true
secured: true
scopes: []

0 comments on commit aa854e7

Please sign in to comment.