Skip to content

Commit

Permalink
Expect "201 Created" response actually
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Nov 15, 2024
1 parent 4e8e3d7 commit c0389de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdx_controller/test/test_l2vpn_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def test_issue_356(self):
print(f"POST response body is : {response.data.decode('utf-8')}")
print(f"POST Response JSON is : {response.get_json()}")

self.assertStatus(response, 200)
self.assertStatus(response, 201)


if __name__ == "__main__":
Expand Down

0 comments on commit c0389de

Please sign in to comment.