Skip to content

Commit

Permalink
Merge pull request #321 from PanderMusubi/removetestprint
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli authored Oct 10, 2023
2 parents 4086c9d + 20fe82a commit 70d681a
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 70d681a

Please sign in to comment.