Skip to content

Commit

Permalink
removetestprint
Browse files Browse the repository at this point in the history
  • Loading branch information
PanderMusubi committed Sep 22, 2023
1 parent 85dd170 commit 20fe82a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bootstrap4/test_render_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def test():
response = client.get('/table')
data = response.get_data(as_text=True)
assert '<table class="table">' in data
print(data)
assert '<th scope="col">#</th>' in data
assert '<th scope="col">Message</th>' in data
assert '<th scope="row">1</th>' in data
Expand Down

0 comments on commit 20fe82a

Please sign in to comment.