Skip to content

Commit b6608ca

Browse files
committed
fix(test): update prediction response
1 parent ec19335 commit b6608ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lib/test_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def create_mock_prediction(
3232
urls = {
3333
"get": "https://api.replicate.com/v1/predictions/test_prediction_id",
3434
"cancel": "https://api.replicate.com/v1/predictions/test_prediction_id/cancel",
35+
"web": "https://replicate.com/p/test_prediction_id",
3536
}
3637

3738
return {

0 commit comments

Comments
 (0)