Skip to content

Commit d5c8453

Browse files
authored
Update ramp-database/ramp_database/tools/tests/test_leaderboard.py
1 parent 27c0ed5 commit d5c8453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ramp-database/ramp_database/tools/tests/test_leaderboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_get_leaderboard(session_toy_db):
172172
)
173173
assert leaderboard_failed.count("<tr>") == 1
174174
# check that we have a link to the log of the failed submission
175-
assert re.match(r"<a href=/.*/error.txt>", leaderboard_failed)
175+
assert re.match(r".*<a href=/.*/error.txt>.*", leaderboard_failed, flags=re.DOTALL)
176176

177177
# the remaining submission should be successful
178178
leaderboard_public = get_leaderboard(session_toy_db, "public", "iris_test")

0 commit comments

Comments
 (0)