Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed Dec 12, 2024
1 parent 00ca8cf commit 454120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audiences/spec/controllers/scim_proxy_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
it "only fetches less sensitive attributes" do
expect(resource_query).to(
receive(:query)
.with(hash_including(attributes: %w[id externalId displayName photos]))
.with(hash_including(attributes: "id,externalId,displayName,photos"))
.and_return({ "response" => "body" })
)

Expand Down

0 comments on commit 454120f

Please sign in to comment.