diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-14 12:11:08 -0700 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-04-14 12:11:08 -0700 | 
| commit | 91b4fb3e3224f11d2ce79010252000e65ab81cda (patch) | |
| tree | d453634ea8649c60aa8b1d699bd68338755830f6 /tests | |
| parent | f9e2fd649acb273377ac4d2f4f65e9ac55477435 (diff) | |
| download | fatcat-91b4fb3e3224f11d2ce79010252000e65ab81cda.tar.gz fatcat-91b4fb3e3224f11d2ce79010252000e65ab81cda.zip  | |
start marshmallow refactor
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_backend.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_backend.py b/tests/test_backend.py index 7a139ef7..4c9169f3 100644 --- a/tests/test_backend.py +++ b/tests/test_backend.py @@ -12,7 +12,7 @@ import tempfile  ## Helpers ##################################################################  def check_entity_fields(e): -    for key in ('id', 'rev', 'redirect_id'): +    for key in ('id', 'rev', 'is_live', 'redirect_id'):          assert key in e      for key in ('id',):          assert e[key] is not None  | 
