Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update spec/controllers/users/invitations_controller_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Elliot <elliot@greenriver.org>
ttoomey and eanders authored Jan 25, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7e11ef6 commit 211500e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/users/invitations_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
let(:admin_role) { create :admin_role }
let(:no_data_source_collection) { create :collection }

let(:agency) { create(:agency) } # Assuming a factory for Agency
let(:agency) { create(:agency) }
let(:valid_params) do
{
user: {

0 comments on commit 211500e

Please sign in to comment.