pyresttest icon indicating copy to clipboard operation
pyresttest copied to clipboard

Example in README has syntax errors (maybe)

Open ip1981 opened this issue 6 years ago • 0 comments

Adding a space after : in few places fix the problem:

yaml.scanner.ScannerError: while scanning a plain scalar
  in "<unicode string>", line 24, column 35:
            - compare: {raw_body: "", comparator:contains, expected: ' ... 
                                      ^
found unexpected ':'
  in "<unicode string>", line 24, column 45:
     ... mpare: {raw_body: "", comparator:contains, expected: 'Baltar' }  ... 
                                         ^
Please check http://pyyaml.org/wiki/YAMLColonInFlowContext for details.

ip1981 avatar Jan 25 '19 07:01 ip1981