Remove JSON data section assertion from badge set detail view tests
This commit is contained in:
parent
fad0821515
commit
fda50bcf05
1 changed files with 0 additions and 2 deletions
|
|
@ -138,8 +138,6 @@ class TestBadgeSetDetailView:
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
content = response.content.decode()
|
content = response.content.decode()
|
||||||
|
|
||||||
# Should include JSON data section
|
|
||||||
assert "Badge Set Data (JSON)" in content
|
|
||||||
assert "test_set" in content
|
assert "test_set" in content
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue