diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2013-08-19 12:16:08 +0200 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2013-08-19 23:22:06 +0200 |
commit | bfcd9b1bb95a8e0a220ba84dde99ab1fa52fd590 (patch) | |
tree | 7019d85a93182899aaedfc54d3c97a6ba4c0ba58 | |
parent | Major rewrite of the signup tests, lots of integration tests converted to unit (diff) | |
download | identity.gentoo.org-bfcd9b1bb95a8e0a220ba84dde99ab1fa52fd590.tar.gz identity.gentoo.org-bfcd9b1bb95a8e0a220ba84dde99ab1fa52fd590.tar.bz2 identity.gentoo.org-bfcd9b1bb95a8e0a220ba84dde99ab1fa52fd590.zip |
Remove the fixture
-rw-r--r-- | okupy/tests/fixtures/queued_account.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/okupy/tests/fixtures/queued_account.json b/okupy/tests/fixtures/queued_account.json deleted file mode 100644 index 40b52bf..0000000 --- a/okupy/tests/fixtures/queued_account.json +++ /dev/null @@ -1,13 +0,0 @@ -[ - { - "pk": 1, - "model": "accounts.queue", - "fields": { - "username": "queueduser", - "first_name": "queued_first_name", - "last_name": "queued_last_name", - "password": "queuedpass", - "email": "queueduser@test.com" - } - } -] |