summaryrefslogtreecommitdiff
path: root/network/basics/uri.py
diff options
context:
space:
mode:
Diffstat (limited to 'network/basics/uri.py')
-rw-r--r--network/basics/uri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/basics/uri.py b/network/basics/uri.py
index c66ce399..0c1e9b67 100644
--- a/network/basics/uri.py
+++ b/network/basics/uri.py
@@ -155,7 +155,7 @@ author: "Romeo Theriault (@romeotheriault)"
EXAMPLES = '''
- name: Check that you can connect (GET) to a page and it returns a status 200
uri:
- url: 'http://www.example.com'
+ url: http://www.example.com
# Check that a page returns a status 200 and fail if the word AWESOME is not
# in the page contents.