Skip to content

Commit

Permalink
revoked factory inherits from validated, not submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
JeSuisUnCaillou committed Dec 2, 2024
1 parent 5d430c9 commit e80987c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/factories/authorization_requests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
end

trait :revoked do
submitted
validated

state { 'revoked' }
fill_all_attributes { true }
Expand Down

0 comments on commit e80987c

Please sign in to comment.