Skip to content

Commit 15e10c6

Browse files
committed
Fix test fixtures for API response
1 parent 3c4bb63 commit 15e10c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readthedocs/api/v3/tests/responses/projects-builds-detail.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"urls": {
1414
"build": "https://readthedocs.org/projects/project/builds/1/",
1515
"project": "https://readthedocs.org/projects/project/",
16-
"version": "https://readthedocs.org/dashboard/project/version/v1.0/"
16+
"version": "https://readthedocs.org/dashboard/project/version/v1.0/edit/"
1717
},
1818
"project": "project",
1919
"state": {

readthedocs/api/v3/tests/responses/projects-versions-builds-list_POST.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"urls": {
1515
"build": "https://readthedocs.org/projects/project/builds/2/",
1616
"project": "https://readthedocs.org/projects/project/",
17-
"version": "https://readthedocs.org/dashboard/project/version/v1.0/"
17+
"version": "https://readthedocs.org/dashboard/project/version/v1.0/edit/"
1818
},
1919
"project": "project",
2020
"state": {

0 commit comments

Comments
 (0)