Skip to content

Commit

Permalink
The wrapping div now has a flex-container CSS class, avoid testing fo…
Browse files Browse the repository at this point in the history
…r it
  • Loading branch information
matthiask committed Mar 28, 2023
1 parent af8fc7d commit bf242dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testapp/test_fields.py
Expand Up @@ -125,7 +125,7 @@ def test_admin(self):
response = client.get(f"/admin/testapp/testmodel/{m.id}/change/")
self.assertContains(
response,
'<div><label>Other field [en]:</label><div class="readonly"></div></div>',
'<label>Other field [en]:</label><div class="readonly"></div>',
html=True,
)

Expand Down

0 comments on commit bf242dc

Please sign in to comment.