summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/monkeyfarmer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/monkeyfarmer.py b/test/monkeyfarmer.py
index b5d969e7c..46901e99b 100644
--- a/test/monkeyfarmer.py
+++ b/test/monkeyfarmer.py
@@ -464,7 +464,7 @@ if __name__ == '__main__':
win = browser.new_window()
win.load_page("https://httpbin.org/basic-auth/foo/bar")
cmds = win.redraw()
-
+ print("Received {} plot commands for auth test".format(len(cmds)))
for cmd in cmds:
if cmd[0] == "TEXT":
x = cmd[2]