Skip to content

Commit

Permalink
Update test_general.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tammoippen committed Aug 10, 2020
1 parent a2ba0f0 commit 3958dd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/kong/test_general.py
Expand Up @@ -100,6 +100,8 @@ def test_update_no_data(resource, params, session, clean_kong, kong_version):

if resource in ("services", "plugins") or kong_version >= 0.14:
r2 = update(resource, session, r1["id"])
r1.pop("updated_at", None)
r2.pop("updated_at", None)
assert r1 == r2
else:
with pytest.raises(Exception):
Expand Down

0 comments on commit 3958dd0

Please sign in to comment.