File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ def test_local_file_reader(tmp_path: Path) -> None:
131
131
132
132
def test_static_notebook_reader () -> None :
133
133
reader = StaticNotebookReader ()
134
- valid_url = "https://static.marimo.app/example"
134
+ valid_url = "https://static.marimo.app/static/ example"
135
135
invalid_url = "https://example.com/file.py"
136
136
137
137
with patch .object (
@@ -274,9 +274,9 @@ def test_generic_url_reader_with_query_params():
274
274
def test_static_notebook_reader_url_formats ():
275
275
reader = StaticNotebookReader ()
276
276
urls = [
277
- "https://static.marimo.app/example" ,
278
- "https://static.marimo.app/example/" ,
279
- "https://static.marimo.app/example.html" ,
277
+ "https://static.marimo.app/static/ example" ,
278
+ "https://static.marimo.app/static/ example/" ,
279
+ "https://static.marimo.app/static/ example.html" ,
280
280
]
281
281
for url in urls :
282
282
with patch .object (
You can’t perform that action at this time.
0 commit comments