Skip to content

Commit b780ccf

Browse files
authored
Issue #110 - Add RequestsLibrary in Docker Image
* Fixed failing tests
1 parent c99d9ee commit b780ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/requests.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Suite Teardown Delete All Sessions
1010
Get Requests
1111
[Tags] get
1212
Create Session google http://www.google.com
13-
Create Session github https://api.github.com verify=True
13+
Create Session github https://api.github.com verify=True
1414
${resp}= Get Request google /
1515
Should Be Equal As Strings ${resp.status_code} 200
1616
${resp}= Get Request github /repos/ppodgorsek/docker-robot-framework

0 commit comments

Comments
 (0)