[TEST] Fixed the incorrect indentation for the `skip` clauses in the REST tests

This patch fixes the incorrect indentation in the REST tests, which makes tests in language runners (eg. Ruby, Python) to fail, since the skip clause is parsed as an empty value. Tha Java YAML parser is smarter/lenient about whitespace, so it doesn't catch this.
This commit is contained in:
Karel Minarik 2017-01-08 11:31:13 +01:00
parent 8741691511
commit 4f4b76cd41
8 changed files with 42 additions and 42 deletions