Skip to content
Snippets Groups Projects
Commit a0a5988b authored by robinwilliam.hundt's avatar robinwilliam.hundt
Browse files

Provided reason for skipping tutor test

parent 842e5d33
No related branches found
No related tags found
1 merge request!111Update django
Pipeline #78074 passed
......@@ -205,7 +205,7 @@ class TutorRegisterTests(APITestCase):
self.client = APIClient()
@pytest.mark.skipif(os.environ.get('DJANGO_DEV', False),
"No password strengths checks in dev")
reason="No password strengths checks in dev")
def test_password_is_strong_enough(self):
response = self.client.post('/api/tutor/register/', {
'username': 'hans',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment