From ddf6c06003a96304b6e43550ec144fbd6d0368a7 Mon Sep 17 00:00:00 2001 From: CEdwardsBlasikiewicz Date: Mon, 17 Jun 2024 15:48:59 +1000 Subject: [PATCH] linting --- spec/services/catalogue_services_client_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/catalogue_services_client_spec.rb b/spec/services/catalogue_services_client_spec.rb index 99a04891..a205a7a3 100644 --- a/spec/services/catalogue_services_client_spec.rb +++ b/spec/services/catalogue_services_client_spec.rb @@ -30,7 +30,7 @@ before do cat_response = IO.read("spec/files/catalogue_services/08aed703-3648-54d0-80ef-fddb3c635731.json") WebMock.stub_request(:get, /catservices.test\/catalogue-services\/folio\/instance\/08aed703-3648-54d0-80ef-fddb3c635731/) - .to_return(status: 200, body: cat_response, headers: {"Content-Type" => "application/json"}) + .to_return(status: 200, body: cat_response, headers: {"Content-Type" => "application/json"}) end it "returns the record's item id and holding id" do