fix: auth robot test

This commit is contained in:
Louis Auzuret
2022-06-20 17:10:07 +02:00
committed by Bluub
parent 061e0188f0
commit cdca0d4942
7 changed files with 115 additions and 4 deletions
+14
View File
@@ -0,0 +1,14 @@
*** Settings ***
Documentation Tests of the /users route.
... Ensures that the users CRUD works corectly.
Resource ../rest.resource
*** Keywords ***
*** Test Cases ***
Create a user
[Documentation] Create a user
POST /users {"username": "i-don-t-exist", "password": "pass", "email": "wow@gmail.com"}
Output
Integer response status 201
[Teardown] DELETE /users/1