Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
La Quadrature du Net
piphone
campaign
Commits
82859fab
Commit
82859fab
authored
Aug 06, 2016
by
FrenchWinawer
Browse files
Contact many-to-many relationship breaks test
parent
f9546d3a
Pipeline
#82
failed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
picampaign/campaign/tests.py
View file @
82859fab
...
...
@@ -11,12 +11,12 @@ class CampaignContactMethodTests(TestCase):
start_date
=
'2000-01-01'
,
end_date
=
'2100-12-31'
)
contact
=
Contact
(
contact
=
Contact
.
objects
.
create
(
first_name
=
'Victor'
,
last_name
=
'Hugo'
,
phone
=
'+3312345678'
)
campaigncontact
=
C
ontact
.
objects
.
create
(
campaigncontact
=
C
ampaignContact
(
campaign
=
campaign
,
contact
=
contact
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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