change: code format

This commit is contained in:
debugtalk
2019-12-01 15:49:10 +08:00
parent 6e8ce1fba5
commit bc9c69956e
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]},