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 0b2e12f commit 6eda902Copy full SHA for 6eda902
test/requests.robot
@@ -10,12 +10,11 @@ Suite Teardown Delete All Sessions
10
Get Requests
11
[Tags] get
12
Create Session google http://www.google.com
13
- Create Session github https://api.github.com verify=True
+ Create Session bing https://www.bing.com verify=True
14
${resp}= Get Request google /
15
Should Be Equal As Strings ${resp.status_code} 200
16
- ${resp}= Get Request github /repos/ppodgorsek/docker-robot-framework
+ ${resp}= Get Request bing /
17
18
- Dictionary Should Contain Value ${resp.json()} Robot Framework in Docker
19
20
Get Requests with Url Parameters
21
0 commit comments