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:
parent
e63dbfc33a
commit
2c9b94a1c8
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user