Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Sep 28, 2023
1 parent 129114d commit b2e9a3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/graphql/types/person_type_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@
# end
# end

describe "query people with absolute orcid ur", elasticsearch: true, vcr: true do
describe "query people with absolute orcid uri", elasticsearch: true, vcr: true do
let(:query) do
"query {
people(query: \"https://orcid.org/0000-0001-5727-2427\", first: 50, after: \"NA\") {
Expand Down Expand Up @@ -628,7 +628,7 @@
}"
end

it "returns people information" do
it "returns success response" do
response = LupoSchema.execute(query).as_json

expect(response.status).to(eq(200))
Expand Down

0 comments on commit b2e9a3f

Please sign in to comment.