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 b8a08e3 commit c99d9eeCopy full SHA for c99d9ee
test/requests.robot
@@ -10,7 +10,7 @@ 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=False
+ Create Session github https://api.github.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
0 commit comments