Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ProfileAddViewTest fails when run with other tests #31

Open
jwokaty opened this issue Oct 20, 2020 · 0 comments · Fixed by #33
Open

ProfileAddViewTest fails when run with other tests #31

jwokaty opened this issue Oct 20, 2020 · 0 comments · Fixed by #33
Labels
bug Something isn't working

Comments

@jwokaty
Copy link
Member

jwokaty commented Oct 20, 2020

======================================================================
FAIL: test_form_valid (member_manager.tests.profile_add.ProfileAddViewTest)
Tests form_valid
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/vagrant/project/member_manager/tests/profile_add.py", line 28, in test_form_valid
    self.assertEqual(self.request.session['profile_id'], 1)
AssertionError: 4 != 1
@jwokaty jwokaty added the bug Something isn't working label Oct 20, 2020
jwokaty added a commit that referenced this issue Oct 20, 2020
@jwokaty jwokaty linked a pull request Oct 20, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant