Skip to content

Commit

Permalink
fix spec for event-dependent
Browse files Browse the repository at this point in the history
  • Loading branch information
h00die committed Apr 23, 2024
1 parent 3b2d669 commit 0ba2880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/module_validation_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
end

it 'has errors' do
expect(subject.errors.full_messages).to eq ['Reliability contains invalid values ["FIRST_ATTEMPT_FAIL"] - only ["first-attempt-fail", "repeatable-session", "unreliable-session"] is allowed']
expect(subject.errors.full_messages).to eq ['Reliability contains invalid values ["FIRST_ATTEMPT_FAIL"] - only ["first-attempt-fail", "repeatable-session", "unreliable-session", "event-dependent"] is allowed']
end
end

Expand Down

0 comments on commit 0ba2880

Please sign in to comment.