diff options
| author | Jesse Andrews <anotherjesse@gmail.com> | 2012-01-17 21:39:01 -0800 |
|---|---|---|
| committer | Jesse Andrews <anotherjesse@gmail.com> | 2012-01-19 15:31:21 -0800 |
| commit | f28a03cf2094d8ba5b64dfea7554afce3ec309a3 (patch) | |
| tree | 62caf2beb42e6af30be184f08fac718b93185224 | |
| parent | 7b4c26d603d3dc03578f7e2043d20660054e8a05 (diff) | |
add METADATA for boo
| -rw-r--r-- | tests/default_fixtures.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/default_fixtures.py b/tests/default_fixtures.py index 82a0d968..990e241a 100644 --- a/tests/default_fixtures.py +++ b/tests/default_fixtures.py @@ -10,6 +10,7 @@ USERS = [ METADATA = [ {'user_id': 'foo', 'tenant_id': 'bar', 'extra': 'extra'}, + {'user_id': 'boo', 'tenant_id': 'baz', 'extra': 'extra'}, ] ROLES = [ |
