Skip to content

Commit

Permalink
api test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Apr 3, 2024
1 parent 7df69b4 commit 2c3cd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test_project/features/api/api_tests.feature
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Feature: Test HTTP methods for a REST API
Given I set the GET endpoint to '/posts' for fetching posts
When I send a GET HTTP request
# Failing the test on purpose to see the failure in the report
Then I expect the HTTP response code of 'GET' to be '200'
Then I expect the HTTP response code of 'GET' to be '2000'
And I expect the response body of 'GET' to be non-empty

@api_smoke
Expand Down

0 comments on commit 2c3cd10

Please sign in to comment.