Summary


  Run
Status FAIL
Tests 3
Start 2023-04-08 16-17-44
End 2023-04-08 16-17-44
Duration 0.001355524 seconds
Tags #SMOKE
  Status
Total 5
Pass 1
Fail 1
Error 1
Disable 1
Skip 1
  Bugs
Total 1
Low 0
Minor 0
Major 1
Critical 0
Blocker 0
  Errors
Total 1
Rest Api 0
Global Variables 0
Bug 0
Logger 0
Unexpected 1




Name t_error (root file) [2]
Description
Asynchronous True
Testsuite root file
Tags #SMOKE
Start 2023-04-08 16-17-44
End 2023-04-08 16-17-44
Duration 0.000483577 seconds
Bug Priority
Error Type Unexpected
TRACEBACKS
----------
File "/Users/test_rest_api/_test_suites/suite.py", line 23, in t_error
    value = 1 / 0
ZeroDivisionError: division by zero

division by zero

Name t_fail (root file) [3]
Description
Asynchronous True
Testsuite root file
Tags #SMOKE
Start 2023-04-08 16-17-44
End 2023-04-08 16-17-44
Duration 0.000381524 seconds
Bug Priority major
Error Type
TRACEBACKS
----------
File "/Users/test_rest_api/_test_suites/suite.py", line 17, in t_fail
    Bug(message='Invalid status code', priority=Bug.PRIORITY.MAJOR, actual_result='500', expected_result='20

BUG
---------
Invalid status code

PRIORITY
---------
major

ACTUAL RESULT
---------
500

EXPECTED RESULT
---------
200

STEPS TO REPRODUCE
-------------
LOGS
----
16:17:44: Send user login api
16:17:44: Get the user token
16:17:44: Send enterprise login api

Name t_pass (root file) [4]
Description
Asynchronous True
Testsuite root file
Tags #SMOKE
Start 2023-04-08 16-17-44
End 2023-04-08 16-17-44
Duration 5.5335e-05 seconds
Bug Priority
Error Type
Success !