Skip to content

Commit

Permalink
Remove debug call
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Jun 24, 2018
1 parent 0321a39 commit 9f49aed
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,6 @@ def test_uczelnia_pokazuj_menu_zawsze(uczelnia, attr, s, client, admin_client):
res = client.get(url, follow=True)
assert s in res.rendered_content

import pytest; pytest.set_trace()

res = admin_client.get(url, follow=True)
assert s in res.rendered_content

Expand Down

0 comments on commit 9f49aed

Please sign in to comment.