diff --git a/test/core/augmented_form_test.dart b/test/core/augmented_form_test.dart index b37605bc..112a5ddb 100644 --- a/test/core/augmented_form_test.dart +++ b/test/core/augmented_form_test.dart @@ -104,13 +104,6 @@ void main() { "description": "Latitude for the desired location in the world", }, - "long": { - "type": "number", - "minimum": -180, - "maximum": 180, - "description": - "Longitude for the desired location in the world", - }, }, "forms": [ { @@ -126,6 +119,14 @@ void main() { ], }, }, + "uriVariables": { + "long": { + "type": "number", + "minimum": -180, + "maximum": 180, + "description": "Longitude for the desired location in the world", + }, + }, "security": ["nosec_sc"], "securityDefinitions": { "nosec_sc": {