We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98b5ff commit 8e10789Copy full SHA for 8e10789
README.md
@@ -89,11 +89,11 @@ The tests follow a modular and maintainable structure:
89
| |-- 02_api_tests_select_env.yml
90
|-- test-data
91
| |-- login
92
-| |-- login-successful.json.json
93
-| |-- login-unsuccessful.json.json
+| |-- login-successful.json
+| |-- login-unsuccessful.json
94
| |-- register
95
-| |-- register-successful.json.json
96
-| |-- register-unsuccessful.json.json
+| |-- register-successful.json
+| |-- register-unsuccessful.json
97
| |-- users
98
| |-- user_create.json
99
| |-- user_update_patch.json
0 commit comments