Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Jan 22, 2020
1 parent eeb811c commit 8b5cb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/providers_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b5cb99

Please sign in to comment.