Skip to content

Commit

Permalink
Move test_replace under metadata (#2566)
Browse files Browse the repository at this point in the history
CVS-157823

test_replace was added in an incorrect section, it should be inside
metadata
  • Loading branch information
aleksandr-mokrov authored Nov 29, 2024
1 parent 3dc041d commit bb35986
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,11 @@
"cell_type": "code",
"execution_count": 29,
"id": "39b8e0f4-9c51-4e61-bc3f-fcd7c016b217",
"metadata": {},
"test_replace": {
"image_path = download_file(f\"https://picsum.photos/{resolution}\", filename=\"picsum.jpg\")\n": "image_path = download_file(\"https://github.com/user-attachments/assets/18f0b8cd-7fb1-42a0-a3d7-9091bfbae65b\")"
},
"metadata": {
"test_replace": {
"image_path = download_file(f\"https://picsum.photos/{resolution}\", filename=\"picsum.jpg\")\n": "image_path = download_file(\"https://github.com/user-attachments/assets/18f0b8cd-7fb1-42a0-a3d7-9091bfbae65b\")\n"
}
},
"outputs": [
{
"data": {
Expand Down

0 comments on commit bb35986

Please sign in to comment.