Skip to content

Commit

Permalink
versions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Krist committed Dec 4, 2024
1 parent 865069d commit 099ec20
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ def process_tests(self, datatype, section, **extra_kwargs):
"latest": "https://{site_hostname}/api{base_urls['base_url']}{pid_value}/versions/latest",
"latest_html": "https://{site_hostname}{base_urls['base_html_url']}{pid_value}/latest",
"publish": "https://{site_hostname}/api{base_urls['base_url']}{pid_value}/draft/actions/publish",
"versions": "https://{site_hostname}/api{base_urls['base_url']}{pid_value}/versions",
"self": "https://{site_hostname}/api{base_urls['base_url']}{pid_value}/draft",
"self_html": "https://{site_hostname}{base_urls['base_html_url']}{pid_value}/preview",
},
"links_record": {
"latest": "https://{site_hostname}/api{base_urls['base_url']}{pid_value}/versions/latest",
"latest_html": "https://{site_hostname}{base_urls['base_html_url']}{pid_value}/latest",
"publish": "https://{site_hostname}/api{base_urls['base_url']}{pid_value}/draft/actions/publish",
"versions": "https://{site_hostname}/api{base_urls['base_url']}{pid_value}/versions",
"record": "https://{site_hostname}/api{base_urls['base_url']}{pid_value}",
"self": "https://{site_hostname}/api{base_urls['base_url']}{pid_value}",
"self_html": "https://{site_hostname}{base_urls['base_html_url']}{pid_value}",
Expand Down

0 comments on commit 099ec20

Please sign in to comment.