[7.x] Add support for the HTTP API compatibility header

Co-authored-by: Seth Michael Larson <[email protected]>
This commit is contained in:
github-actions[bot]
2021-04-26 16:55:59 -05:00
committed by GitHub
co-authored by Seth Michael Larson
parent 5ab523b703
commit 2c5f1d1569
9 changed files with 84 additions and 18 deletions
@@ -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