Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenrouwhof committed Jan 28, 2025
1 parent 0c1d168 commit 932921a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/site/static/templates/test_template_new_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ def test_tempate_algorithms_new(mocker: MockFixture):

# then
assert response.headers["Content-Type"] == "text/html; charset=utf-8"
assert b"Create Algorithm" in response.body
assert b"Add algorithm" in response.body

0 comments on commit 932921a

Please sign in to comment.