Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
b4452e1d
Commit
b4452e1d
authored
Aug 29, 2015
by
Enrico Zini
Browse files
Removed unneeded fingerprint in test person
parent
86925a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/tests/tests.py
View file @
b4452e1d
...
...
@@ -254,8 +254,7 @@ class FingerprintTest(TransactionTestCase):
class
PersonExpires
(
TransactionTestCase
):
def
setUp
(
self
):
self
.
person
=
bmodels
.
Person
(
cn
=
"Enrico"
,
sn
=
"Zini"
,
email
=
"enrico@debian.org"
,
uid
=
"enrico"
,
status
=
bconst
.
STATUS_DC
,
fpr
=
"66B4DFB68CB24EBBD8650BC4F4B4B0CC797EBFAB"
)
self
.
person
=
bmodels
.
Person
(
cn
=
"Enrico"
,
sn
=
"Zini"
,
email
=
"enrico@debian.org"
,
uid
=
"enrico"
,
status
=
bconst
.
STATUS_DC
)
self
.
person
.
save
(
audit_skip
=
True
)
def
test_expires
(
self
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment