Skip to content

PR fixes

PR fixes #80

GitHub Actions / Test Report failed Sep 6, 2024 in 0s

67 tests run, 66 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 55 in spec/asana_log_message_spec.rb

See this annotation in the file changed.

@github-actions github-actions / Test Report

./spec/asana_log_message_spec.rb.Fastlane::Actions::AsanaLogMessageAction#run raises an error if adding a collaborator fails

#<FastlaneCore::UI (class)> received :user_error! with unexpected arguments
  expected: ("Failed to add a collaborator to the release task: some error")
       got: ("Failed to add user 11 as collaborator on task 2: some error")
Raw output
Failure/Error: expect(Fastlane::UI).to have_received(:user_error!).with("Failed to add a collaborator to the release task: some error")

  #<FastlaneCore::UI (class)> received :user_error! with unexpected arguments
    expected: ("Failed to add a collaborator to the release task: some error")
         got: ("Failed to add user 11 as collaborator on task 2: some error")
./spec/asana_log_message_spec.rb:55:in `block (3 levels) in <top (required)>'