Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StpMax committed Jan 31, 2022
1 parent 2a5fac8 commit 8ef4f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/flows/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_1_config(self):
assert res.status_code == 200
test_integration = res.json()
print(test_integration)
assert len(test_integration) == 9 # 8 + id field
assert len(test_integration) == 10

for k in test_integration_data:
if k != 'password':
Expand Down

0 comments on commit 8ef4f23

Please sign in to comment.