diff --git a/swagger_server/swagger/swagger.yaml b/swagger_server/swagger/swagger.yaml index d020f67e..581a27b3 100644 --- a/swagger_server/swagger/swagger.yaml +++ b/swagger_server/swagger/swagger.yaml @@ -134,7 +134,7 @@ paths: "404": description: Link not found x-openapi-router-controller: swagger_server.controllers.link_controller - /conection: + /connection: post: tags: - connection diff --git a/swagger_server/test/test_connection_controller.py b/swagger_server/test/test_connection_controller.py index a538ae73..8606a2a4 100644 --- a/swagger_server/test/test_connection_controller.py +++ b/swagger_server/test/test_connection_controller.py @@ -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",