We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec19335 commit b6608caCopy full SHA for b6608ca
tests/lib/test_run.py
@@ -32,6 +32,7 @@ def create_mock_prediction(
32
urls = {
33
"get": "https://api.replicate.com/v1/predictions/test_prediction_id",
34
"cancel": "https://api.replicate.com/v1/predictions/test_prediction_id/cancel",
35
+ "web": "https://replicate.com/p/test_prediction_id",
36
}
37
38
return {
0 commit comments