change: code format

This commit is contained in:
debugtalk
2019-12-01 15:49:10 +08:00
parent 6a9a8da96d
commit 57d627cc17
2 changed files with 12 additions and 13 deletions

View File

@@ -117,7 +117,6 @@ class TestValidator(unittest.TestCase):
{"check": "status_code", "comparator": "equals", "expect": 201}
)
def test_extend_validators(self):
def_validators = [
{'eq': ['v1', 200]},