Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
5b0a9879
Unverified
Commit
5b0a9879
authored
Jan 19, 2018
by
Thom Wiggers
📐
Browse files
Remove settings test
Testing this makes no sense, as it's a setting.
parent
6d97c89f
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/registrations/tests/test_emails.py
View file @
5b0a9879
...
...
@@ -16,8 +16,6 @@ from thaliawebsite.settings import settings
class
EmailsTest
(
TestCase
):
def
test_board_notification_address
(
self
):
self
.
assertEqual
(
settings
.
BOARD_NOTIFICATION_ADDRESS
,
'info@thalia.nu'
)
@
mock
.
patch
(
'registrations.emails._send_email'
)
def
test_send_registration_email_confirmation
(
self
,
send_email
):
...
...
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