Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
CEdwardsBlasikiewicz committed Jun 17, 2024
1 parent 470fab5 commit ddf6c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/services/catalogue_services_client_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddf6c06

Please sign in to comment.