Remove newlines from test data

Master tests are broken due to newlines in test data beind different
from expected calls.

Change-Id: I05374029fddf62d7df69d49f5f7ffb7ef7b78b68
This commit is contained in:
Adriano Petrich 2017-07-10 12:49:14 +01:00
parent e63dbfc33a
commit 2c9b94a1c8
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ workflows:
test_subsequent:
action: std.http url="http://some_url" server_id=1
"""
""".strip()
# Workflows
WF_DEF = """
@ -55,7 +55,7 @@ flow:
tasks:
task1:
action: nova.servers_get server="1"
"""
""".strip()
def data(TEST):