Last active
May 17, 2016 09:28
-
-
Save j4cksw/e2927f2fdbf38e587953b8a9c2962c6d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| *** Settings *** | |
| Library RequestsLibrary | |
| *** Test cases *** | |
| Response From User Resource Should Be OK | |
| Create Session app http://localhost:8882 | |
| ${resp}= Get Request app /users | |
| Should Be Equal As Strings ${resp.status_code} 200 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment