aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2013-08-19 12:16:08 +0200
committerTheo Chatzimichos <tampakrap@gentoo.org>2013-08-19 23:22:06 +0200
commitbfcd9b1bb95a8e0a220ba84dde99ab1fa52fd590 (patch)
tree7019d85a93182899aaedfc54d3c97a6ba4c0ba58
parentMajor rewrite of the signup tests, lots of integration tests converted to unit (diff)
downloadidentity.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.json13
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"
- }
- }
-]