Skip to content

Commit

Permalink
[#395] Staff can CRUD Default Pet Tasks. Fix failing specs
Browse files Browse the repository at this point in the history
  • Loading branch information
vmyts539 committed Jan 19, 2024
1 parent fc90832 commit b48164d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

class Organizations::DefaultPetTasksControllerTest < ActionDispatch::IntegrationTest
setup do
@user = create(:user, :verified_staff)
@user = create(:user, :staff_admin)
@default_pet_task = create(:default_pet_task)
set_organization(@user.organization)
@organization = @user.organization
Expand Down

0 comments on commit b48164d

Please sign in to comment.