Skip to content

Commit

Permalink
fix controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
Manav Patel committed Oct 27, 2024
1 parent 1e766c0 commit fe917a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/account_request_controller_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

let(:institution1) { build(:institution, id: 1) }
let(:requested_user1) do
AccountRequest.new id: 4, username: 'requester1', role_id: 2, fullname: 're, requester1',
AccountRequest.new id: 4, username: 'requester1', role_id: 2, name: 're, requester1',
institution_id: 1, email: '[email protected]', status: nil, self_introduction: 'no one'
end
let(:superadmin) { build(:superadmin) }
Expand Down

0 comments on commit fe917a7

Please sign in to comment.