Skip to content

Commit

Permalink
Update test/cucumber-tests/src/test/resources/tests/api/BasicAuth.fea…
Browse files Browse the repository at this point in the history
…ture
  • Loading branch information
Tharsanan1 authored Feb 13, 2024
1 parent 0f08600 commit 68cf1ee
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,3 @@ Feature: Basic auth
And I eventually receive 404 response code, not accepting
| 200 |

Scenario Outline: Undeploy API finally
Given The system is ready
And I have a valid subscription
When I undeploy the API whose ID is "<apiID>"
Then the response status code should be <expectedStatusCode>

Examples:
| apiID | expectedStatusCode |
| basic-auth-api-test | 202 |

0 comments on commit 68cf1ee

Please sign in to comment.