Fix typo #160
109 tests run, 103 passed, 0 skipped, 6 failed.
Annotations
Check failure on line 50 in spec/asana_create_action_item_action_spec.rb
github-actions / Test Report
./spec/asana_create_action_item_action_spec.rb.Fastlane::Actions::AsanaCreateActionItemAction#run correctly builds payload if template_name input is given
To call another action from an action use `other_action.task_template` instead
Raw output
Failure/Error: UI.important("Adding Asana task using #{task_template} template")
FastlaneCore::Interface::FastlaneError:
To call another action from an action use `other_action.task_template` instead
./vendor/bundle/ruby/3.3.0/gems/fastlane-2.222.0/fastlane_core/lib/fastlane_core/ui/interface.rb:141:in `user_error!'
./vendor/bundle/ruby/3.3.0/gems/fastlane-2.222.0/fastlane_core/lib/fastlane_core/ui/ui.rb:17:in `method_missing'
./vendor/bundle/ruby/3.3.0/gems/fastlane-2.222.0/fastlane/lib/fastlane/action.rb:134:in `method_missing'
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_create_action_item_action.rb:33:in `run'
./spec/asana_create_action_item_action_spec.rb:73:in `test_action'
./spec/asana_create_action_item_action_spec.rb:50:in `block (3 levels) in <top (required)>'
Check failure on line 27 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run extracts assignee id from release task when is scheduled release
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:27:in `block (3 levels) in <top (required)>'
Check failure on line 32 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run takes assignee id from github handle when is manual release
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:32:in `block (3 levels) in <top (required)>'
Check failure on line 42 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run adds an assignee as follower to the automation task
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:42:in `block (3 levels) in <top (required)>'
Check failure on line 48 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run raises an error if adding a collaborator fails
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:48:in `block (3 levels) in <top (required)>'
Check failure on line 60 in spec/asana_log_message_action_spec.rb
github-actions / Test Report
./spec/asana_log_message_action_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run adds a comment to the automation subtask
undefined method `[]=' for nil
Raw output
Failure/Error: args[:assignee_id] = assignee_id
NoMethodError:
undefined method `[]=' for nil
./lib/fastlane/plugin/ddg_apple_automation/actions/asana_log_message_action.rb:32:in `run'
./spec/asana_log_message_action_spec.rb:65:in `test_action'
./spec/asana_log_message_action_spec.rb:60:in `block (3 levels) in <top (required)>'