Skip to content

Commit

Permalink
Merge pull request #203 from atlanticwave-sdx/174.connection-typo
Browse files Browse the repository at this point in the history
Fix typo in "connection"
  • Loading branch information
sajith authored Jan 18, 2024
2 parents b65b5b2 + 3e20622 commit a1aa0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion swagger_server/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ paths:
"404":
description: Link not found
x-openapi-router-controller: swagger_server.controllers.link_controller
/conection:
/connection:
post:
tags:
- connection
Expand Down
2 changes: 1 addition & 1 deletion swagger_server/test/test_connection_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def test_place_connection(self):
"""
body = Connection()
response = self.client.open(
"/SDX-Controller/1.0.0/conection",
"/SDX-Controller/1.0.0/connection",
method="POST",
data=json.dumps(body),
content_type="application/json",
Expand Down

0 comments on commit a1aa0b7

Please sign in to comment.