Skip to content

Commit f9a4d6b

Browse files
committed
Fix tests
Tests weren't updated after changing things in #7594
1 parent a91bd99 commit f9a4d6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"type": "tag",
5050
"urls": {
5151
"dashboard": {
52-
"edit": "https://readthedocs.org/dashboard/project/version/v1.0/"
52+
"edit": "https://readthedocs.org/dashboard/project/version/v1.0/edit/"
5353
},
5454
"documentation": "http://project.readthedocs.io/en/v1.0/",
5555
"vcs": "https://github.com/rtfd/project/tree/v1.0/"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"type": "tag",
9797
"urls": {
9898
"dashboard": {
99-
"edit": "https://readthedocs.org/dashboard/project/version/v1.0/"
99+
"edit": "https://readthedocs.org/dashboard/project/version/v1.0/edit/"
100100
},
101101
"documentation": "http://project.readthedocs.io/en/v1.0/",
102102
"vcs": "https://github.com/rtfd/project/tree/v1.0/"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"type": "tag",
2020
"urls": {
2121
"dashboard": {
22-
"edit": "https://readthedocs.org/dashboard/project/version/v1.0/"
22+
"edit": "https://readthedocs.org/dashboard/project/version/v1.0/edit/"
2323
},
2424
"documentation": "http://project.readthedocs.io/en/v1.0/",
2525
"vcs": "https://github.com/rtfd/project/tree/v1.0/"

0 commit comments

Comments
 (0)