diff --git a/config/application.rb b/config/application.rb index 9103e14..92e4522 100644 --- a/config/application.rb +++ b/config/application.rb @@ -28,7 +28,7 @@ # default values for some ENV variables ENV['APPLICATION'] ||= "content-negotiation" ENV['HOSTNAME'] ||= "data.local" -ENV['API_URL'] ||= "https://api.test.datacite.org" +ENV['API_URL'] ||= "https://api.stage.datacite.org" ENV['MEMCACHE_SERVERS'] ||= "memcached:11211" ENV['SITE_TITLE'] ||= "Content Resolver" ENV['LOG_LEVEL'] ||= "info" diff --git a/coverage/index.html b/coverage/index.html index 949683b..74dc557 100644 --- a/coverage/index.html +++ b/coverage/index.html @@ -371,7 +371,7 @@

43.48 % covered

  • - media_url = Rails.env.production? ? "https://api.datacite.org" : "https://api.test.datacite.org" + media_url = Rails.env.production? ? "https://api.datacite.org" : "https://api.stage.datacite.org"
  • diff --git a/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_no_registered_content_types.yml b/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_no_registered_content_types.yml index a5756b9..4d0c835 100644 --- a/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_no_registered_content_types.yml +++ b/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_no_registered_content_types.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.4124/ccnwxhx + uri: https://api.stage.datacite.org/dois/10.4124/ccnwxhx body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_registered_multiple_content_types.yml b/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_registered_multiple_content_types.yml index c124e0f..a0ed9db 100644 --- a/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_registered_multiple_content_types.yml +++ b/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_registered_multiple_content_types.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.4224/crm.2010e.nims-1 + uri: https://api.stage.datacite.org/dois/10.4224/crm.2010e.nims-1 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_registered_one_content_type.yml b/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_registered_one_content_type.yml index 4f32677..a8c4359 100644 --- a/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_registered_one_content_type.yml +++ b/spec/fixtures/vcr_cassettes/Help/get_registered_content_types/has_registered_one_content_type.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.70043/4k3m-nyvg7 + uri: https://api.stage.datacite.org/dois/10.70043/4k3m-nyvg7 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/ld_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/ld_json/header.yml index f6405b1..9588d11 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/ld_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/ld_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/ld_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/ld_json/link.yml index 12f6c6f..1f9840e 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/ld_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/ld_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_citationstyles_csl_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_citationstyles_csl_json/header.yml index aaf726b..5b152c6 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_citationstyles_csl_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_citationstyles_csl_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_citationstyles_csl_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_citationstyles_csl_json/link.yml index 8c4b6cf..cd30183 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_citationstyles_csl_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_citationstyles_csl_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_json/header.yml index ff76445..94e4597 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_json/link.yml index 003761c..2e4f709 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/header.yml index 9fdc5cf..93cb8a3 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.00012/uu01-ltej7x + uri: https://api.stage.datacite.org/dois/10.00012/uu01-ltej7x body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/link.yml index 1cee5f2..50abe41 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.00012/uu01-ltej7x + uri: https://api.stage.datacite.org/dois/10.00012/uu01-ltej7x body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/not_found.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/not_found.yml index 7fd1ad7..fa62387 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/not_found.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_datacite_datacite_xml/not_found.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.15146/r34015 + uri: https://api.stage.datacite.org/dois/10.15146/r34015 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_jats_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_jats_xml/header.yml index 9398158..ba1bddc 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_jats_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_jats_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_jats_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_jats_xml/link.yml index 6d5d770..1bf85ba 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_jats_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_jats_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_schemaorg_ld_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_schemaorg_ld_json/header.yml index fdcef29..20af7bb 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_schemaorg_ld_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_schemaorg_ld_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_schemaorg_ld_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_schemaorg_ld_json/link.yml index 85f5ed2..96cd3f6 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_schemaorg_ld_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/vnd_schemaorg_ld_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/x-bibtex/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/x-bibtex/header.yml index cfaf030..d484297 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/x-bibtex/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/x-bibtex/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/x-bibtex/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/x-bibtex/link.yml index 1aabe62..ccfa347 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/x-bibtex/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/x-bibtex/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/x-research-info-systems/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/x-research-info-systems/header.yml index aac6535..f9e731d 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/x-research-info-systems/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/x-research-info-systems/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/application/x-research-info-systems/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/application/x-research-info-systems/link.yml index 204c0a7..81209da 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/application/x-research-info-systems/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/application/x-research-info-systems/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op/header.yml index 94e694b..751fd3c 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.2788/011817 + uri: https://api.stage.datacite.org/dois/10.2788/011817 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op_in_datacite_index/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op_in_datacite_index/header.yml index 2239a66..6bc0545 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op_in_datacite_index/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op_in_datacite_index/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.2899/caricom/1 + uri: https://api.stage.datacite.org/dois/10.2899/caricom/1 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op_in_datacite_index/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op_in_datacite_index/link.yml index 5a9456a..7bb26c6 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op_in_datacite_index/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/registration_agency_op_in_datacite_index/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.2899/caricom/1 + uri: https://api.stage.datacite.org/dois/10.2899/caricom/1 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/header.yml index 05aa2fd..bcc7fae 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link.yml index 5076b2e..41dc530 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style.yml b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style.yml index 90ed88f..d08c608 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style_and_locale.yml b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style_and_locale.yml index baec3ab..5c9501f 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style_and_locale.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style_and_locale.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style_not_found.yml b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style_not_found.yml index 2bc30d4..c955267 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style_not_found.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/text/x-bibliography/link_with_style_not_found.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation/unknown_accept_header/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation/unknown_accept_header/header.yml index e7ebd2c..e0e02e7 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation/unknown_accept_header/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation/unknown_accept_header/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/ld_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/ld_json/header.yml index 4e9df9d..f18c009 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/ld_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/ld_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/ld_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/ld_json/link.yml index 02edf7a..dccc151 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/ld_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/ld_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_citationstyles_csl_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_citationstyles_csl_json/header.yml index af363b5..61b80da 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_citationstyles_csl_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_citationstyles_csl_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_citationstyles_csl_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_citationstyles_csl_json/link.yml index 2a0ab0d..a446a8f 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_citationstyles_csl_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_citationstyles_csl_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_crossref_unixref_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_crossref_unixref_xml/header.yml index c52e744..efdac41 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_crossref_unixref_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_crossref_unixref_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_crossref_unixref_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_crossref_unixref_xml/link.yml index ba3e45f..9b54ea7 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_crossref_unixref_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_crossref_unixref_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_json/header.yml index a7c25e2..bfa7451 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_json/link.yml index a734f02..92e231e 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/header.yml index 0915932..f3f9c5e 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/link.yml index 6313043..9de92c1 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/not_found.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/not_found.yml index eefdf71..b72eb55 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/not_found.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_datacite_datacite_xml/not_found.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.15146/r34015 + uri: https://api.stage.datacite.org/dois/10.15146/r34015 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_jats_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_jats_xml/header.yml index 2ab0527..2de00f1 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_jats_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_jats_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_jats_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_jats_xml/link.yml index 03eda08..3c58885 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_jats_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_jats_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_schemaorg_ld_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_schemaorg_ld_json/header.yml index 0e1cc61..cb13979 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_schemaorg_ld_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_schemaorg_ld_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_schemaorg_ld_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_schemaorg_ld_json/link.yml index 58a8d89..76a2302 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_schemaorg_ld_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/vnd_schemaorg_ld_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-bibtex/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-bibtex/header.yml index f01fd77..b93325e 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-bibtex/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-bibtex/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-bibtex/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-bibtex/link.yml index 8e1dc88..6078470 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-bibtex/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-bibtex/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-research-info-systems/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-research-info-systems/header.yml index 11e89cb..b5cf3b1 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-research-info-systems/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-research-info-systems/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-research-info-systems/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-research-info-systems/link.yml index 3ffb0c4..e6de68d 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-research-info-systems/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/application/x-research-info-systems/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header.yml index 16971a9..5fc0977 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header_with_style.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header_with_style.yml index 869b1d3..a2261a6 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header_with_style.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header_with_style.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header_with_style_and_locale.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header_with_style_and_locale.yml index 8a6d975..b54a107 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header_with_style_and_locale.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/header_with_style_and_locale.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link.yml index f332233..634e3f3 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style.yml index 71f3db2..1e172f3 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style_and_locale.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style_and_locale.yml index 53643ed..887c3e1 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style_and_locale.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style_and_locale.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style_not_found.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style_not_found.yml index 611c12b..10d3b16 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style_not_found.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/text/x-bibliography/link_with_style_not_found.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/unknown_accept_header/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/unknown_accept_header/header.yml index 9e3529d..8b184af 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_crossref/unknown_accept_header/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_crossref/unknown_accept_header/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.7554/elife.01567 + uri: https://api.stage.datacite.org/dois/10.7554/elife.01567 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/rdf_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/rdf_xml/header.yml index e9e14bb..1995e60 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/rdf_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/rdf_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/rdf_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/rdf_xml/link.yml index ad2e47f..2266a6e 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/rdf_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/rdf_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_citationstyles_csl_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_citationstyles_csl_json/header.yml index e8fdf34..bb211f0 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_citationstyles_csl_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_citationstyles_csl_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_citationstyles_csl_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_citationstyles_csl_json/link.yml index 9509fbb..8415d90 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_citationstyles_csl_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_citationstyles_csl_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_json/header.yml index d844f8a..ca4c369 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_json/link.yml index fae4c59..9a541b9 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/header.yml index 716d318..e5a85c1 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/link.yml index 1e81e7d..cb4dac9 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/not_found.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/not_found.yml index 1b1ed9c..a22f00d 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/not_found.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_datacite_datacite_xml/not_found.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.15146/r34015 + uri: https://api.stage.datacite.org/dois/10.15146/r34015 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_jats_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_jats_xml/header.yml index 1baf990..4ad4f5f 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_jats_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_jats_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_jats_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_jats_xml/link.yml index 2595148..136758d 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_jats_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_jats_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_schemaorg_ld_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_schemaorg_ld_json/header.yml index 53e80f9..2e826e5 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_schemaorg_ld_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_schemaorg_ld_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_schemaorg_ld_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_schemaorg_ld_json/link.yml index bd051f7..e9625b2 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_schemaorg_ld_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/vnd_schemaorg_ld_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-bibtex/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-bibtex/header.yml index 7435e87..baa7633 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-bibtex/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-bibtex/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-bibtex/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-bibtex/link.yml index a1ebb47..bc2c8fd 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-bibtex/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-bibtex/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-research-info-systems/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-research-info-systems/header.yml index d30d6cb..42ee863 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-research-info-systems/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-research-info-systems/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-research-info-systems/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-research-info-systems/link.yml index 6cc9c5b..cde36d3 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-research-info-systems/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-research-info-systems/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-turtle/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-turtle/header.yml index 288df7b..e36e1ab 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-turtle/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-turtle/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-turtle/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-turtle/link.yml index 4ab6351..d883219 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-turtle/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/application/x-turtle/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/header.yml index 1cab014..34d1534 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link.yml index a51455e..d274afd 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style.yml index 23f2317..406fe93 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style_and_locale.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style_and_locale.yml index d2b630a..1134d4c 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style_and_locale.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style_and_locale.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style_not_found.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style_not_found.yml index efd09c3..536cb38 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style_not_found.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/text/x-bibliography/link_with_style_not_found.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/unknown_accept_header/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/unknown_accept_header/header.yml index 8ac44cb..4457263 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_jalc/unknown_accept_header/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_jalc/unknown_accept_header/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.18942/apg.201812 + uri: https://api.stage.datacite.org/dois/10.18942/apg.201812 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_citationstyles_csl_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_citationstyles_csl_json/header.yml index d7d7912..5ba4ee8 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_citationstyles_csl_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_citationstyles_csl_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_citationstyles_csl_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_citationstyles_csl_json/link.yml index 0b99395..1b4bb39 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_citationstyles_csl_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_citationstyles_csl_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_json/header.yml index d5663d6..8a5de80 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_json/link.yml index 5d19153..f05a8bc 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/header.yml index 6315ce9..d9e86e3 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/link.yml index 13084ad..7fb271f 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/not_found.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/not_found.yml index 43966d0..383a444 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/not_found.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_datacite_datacite_xml/not_found.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.15146/r34015 + uri: https://api.stage.datacite.org/dois/10.15146/r34015 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_jats_xml/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_jats_xml/header.yml index 8e346ab..a2ce3fb 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_jats_xml/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_jats_xml/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_jats_xml/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_jats_xml/link.yml index b783d7d..e8b161c 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_jats_xml/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_jats_xml/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_schemaorg_ld_json/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_schemaorg_ld_json/header.yml index ed1109e..960954a 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_schemaorg_ld_json/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_schemaorg_ld_json/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_schemaorg_ld_json/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_schemaorg_ld_json/link.yml index 31ce8f4..d0b4f44 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_schemaorg_ld_json/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/vnd_schemaorg_ld_json/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-bibtex/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-bibtex/header.yml index f4ead9f..e5e1f69 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-bibtex/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-bibtex/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-bibtex/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-bibtex/link.yml index 299e9c5..f203990 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-bibtex/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-bibtex/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-research-info-systems/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-research-info-systems/header.yml index c503516..5a68988 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-research-info-systems/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-research-info-systems/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-research-info-systems/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-research-info-systems/link.yml index 535540a..2a4f223 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-research-info-systems/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/application/x-research-info-systems/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/header.yml index cdaafa7..82999cd 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link.yml index 0fa369e..6ed150e 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style.yml index 64f7b29..4662791 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style_and_locale.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style_and_locale.yml index 481d209..7a80349 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style_and_locale.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style_and_locale.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style_not_found.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style_not_found.yml index 31bc811..8ce3b81 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style_not_found.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/text/x-bibliography/link_with_style_not_found.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/content_negotiation_medra/unknown_accept_header/header.yml b/spec/fixtures/vcr_cassettes/content_negotiation_medra/unknown_accept_header/header.yml index 0bc50d7..a669775 100644 --- a/spec/fixtures/vcr_cassettes/content_negotiation_medra/unknown_accept_header/header.yml +++ b/spec/fixtures/vcr_cassettes/content_negotiation_medra/unknown_accept_header/header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.1393/ncc/i2016-16378-6 + uri: https://api.stage.datacite.org/dois/10.1393/ncc/i2016-16378-6 body: encoding: US-ASCII string: '' diff --git a/spec/fixtures/vcr_cassettes/redirection/no_accept_header.yml b/spec/fixtures/vcr_cassettes/redirection/no_accept_header.yml index 81459a5..dbe936a 100644 --- a/spec/fixtures/vcr_cassettes/redirection/no_accept_header.yml +++ b/spec/fixtures/vcr_cassettes/redirection/no_accept_header.yml @@ -2,7 +2,7 @@ http_interactions: - request: method: get - uri: https://api.test.datacite.org/dois/10.14454/cne7-ar31 + uri: https://api.stage.datacite.org/dois/10.14454/cne7-ar31 body: encoding: US-ASCII string: ''