// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Errors rendering render with Props 1`] = `
Action :
        Actions::Katello::EventQueue::Monitor
      
Input :
        {"locale"=>"en",
 "current_request_id"=>nil,
 "current_user_id"=>4,
 "current_organization_id"=>nil,
 "current_location_id"=>nil}

      
Output :
        {}

      
Exception :
        RuntimeError
        : 
        Action Actions::Katello::EventQueue::Monitor is already active
      
Backtrace :
        /home/vagrant/.gem/ruby/gems/dynflow-1.2.3/lib/dynflow/action/singleton.rb:15:in \`rescue in singleton_lock!'
/home/vagrant/.gem/ruby/gems/dynflow-1.2.3/lib/dynflow/action/singleton.rb:12:in \`singleton_lock!'
      
`; exports[`Errors rendering render without Props 1`] = ` No errors `;