Skip to content

Commit

Permalink
html=False
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 20, 2021
1 parent 3ff576e commit d6c1ab4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tcms_tenants/tests/test_views.py
Expand Up @@ -53,8 +53,7 @@ def test_create_tenant_shows_defaults_for_trial_and_paid_until(self):
print("****** DEBUG", response.content)
self.assertContains(
response,
'class="bootstrap-switch" name="publicly_readable" type="checkbox"',
html=True)
'class="bootstrap-switch" name="publicly_readable" type="checkbox"')
self.assertContains(response,
'<input id="id_paid_until" name="paid_until" type="hidden">',
html=True)
Expand Down

0 comments on commit d6c1ab4

Please sign in to comment.