Skip to content

Commit 27c0ed5

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

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("<a href=/.*/error.txt", leaderboard_failed)
175+
assert re.match(r"<a href=/.*/error.txt>", leaderboard_failed)
176176

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

0 commit comments

Comments
 (0)