[7.x] Add support for the HTTP API compatibility header
Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
co-authored by
Seth Michael Larson
parent
5ab523b703
commit
2c5f1d1569
@@ -138,7 +138,7 @@ class YamlRunner:
|
||||
self.teardown()
|
||||
|
||||
def run_code(self, test):
|
||||
""" Execute an instruction based on it's type. """
|
||||
"""Execute an instruction based on it's type."""
|
||||
print(test)
|
||||
for action in test:
|
||||
assert len(action) == 1
|
||||
|
||||
Reference in New Issue
Block a user