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 3ff7444 commit b8a08e3Copy full SHA for b8a08e3
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
+ Create Session github https://api.github.com verify=False
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