[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
@@ -75,7 +75,7 @@ class AsyncYamlRunner(YamlRunner):
|
||||
await self.teardown()
|
||||
|
||||
async 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