Skip to content

Commit

Permalink
fixes users request spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-1234 committed Feb 5, 2025
1 parent 95722bd commit 90c22dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/users_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
get '/my_account', **api_headers(reader_token)

expect_success
expect(api_data).to include(contactable: USER::CONSENT_NO)
expect(api_data).to include(contactable: User::CONSENT_NO)
end
end

0 comments on commit 90c22dc

Please sign in to comment.