From f5da3c16a457e1450c03f802aa20c0ed6e7c67d0 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 17 May 2021 19:44:19 +0530 Subject: [PATCH] fix travis's complaint --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 875ee0c..6928203 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_script: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics script: - - arjun -u https://public-firing-range.appspot.com/reflected/parameter/body -t 2 --headers '{"User-Agent": "Mozilla 5/5"}' -oJ result.json + - arjun -u https://public-firing-range.appspot.com/reflected/parameter/body -t 2 --headers "{\"User-Agent\": \"Mozilla 5/5\"}" -oJ result.json