Navigation Menu

Skip to content

Commit

Permalink
add a trigger category
Browse files Browse the repository at this point in the history
out test instance has the trigger categories enable, so this becomes a mandatory field
  • Loading branch information
nogates committed Oct 8, 2020
1 parent afe7db0 commit 5e236df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/live/trigger_spec.rb
Expand Up @@ -3,6 +3,7 @@
describe ZendeskAPI::Trigger, :delete_after do
def valid_attributes
{
:category_id => "3",
:title => "my test trigger",
:conditions => {
:all => [{ :field => "status", :operator => "is", :value => "open" }]
Expand Down

0 comments on commit 5e236df

Please sign in to comment.