diff --git a/spec/requests/providers_spec.rb b/spec/requests/providers_spec.rb index 639e1fb37..359504455 100644 --- a/spec/requests/providers_spec.rb +++ b/spec/requests/providers_spec.rb @@ -607,7 +607,7 @@ expect(last_response.status).to eq(200) expect(json.dig('data', 'attributes', 'displayName')).to eq("British Library") - expect(json.dig('data', 'attributes', 'globusUuid')).to eq("British Library") + expect(json.dig('data', 'attributes', 'globusUuid')).to eq("9908a164-1e4f-4c17-ae1b-cc318839d6c8") end end