Skip to content

Commit b1bccdc

Browse files
committed
Test failed build detection using gh/binderhub-ci-repos/minimal-dockerfile/failed
1 parent 46bf671 commit b1bccdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binderhub/tests/test_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ async def test_build_fail(app, needs_build, needs_launch, always_build, pytestco
100100
"""
101101
Test build a repo that should fail immediately.
102102
"""
103-
slug = "gist/manics/cc003c8264db20d22b5fa437770f655e"
103+
slug = "gh/binderhub-ci-repos/minimal-dockerfile/failed"
104104
build_url = f"{app.url}/build/{slug}"
105105
r = await async_requests.get(build_url, stream=True)
106106
r.raise_for_status()

0 commit comments

Comments
 (0)