spec/lib/release_tools/slack/qa_notification_spec.rb [79:95]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        expect(ReleaseTools::Slack::Message)
          .to receive(:post)
          .with(
            {
              channel: ReleaseTools::Slack::ANNOUNCEMENTS,
              message: "qa gprd-cny failed 14.6.202112031820-3605bffdaf6.c516dd235a1",
              blocks: slack_mrkdwn_block(text: block_content, context_elements: context_elements)
            }
          )

        without_dry_run do
          Timecop.freeze(Time.utc(2021, 9, 14, 15, 55, 0)) do
            notifier.execute
          end
        end
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/release_tools/slack/qa_notification_spec.rb [128:144]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        expect(ReleaseTools::Slack::Message)
          .to receive(:post)
          .with(
            {
              channel: ReleaseTools::Slack::ANNOUNCEMENTS,
              message: "qa gprd-cny failed 14.6.202112031820-3605bffdaf6.c516dd235a1",
              blocks: slack_mrkdwn_block(text: block_content, context_elements: context_elements)
            }
          )

        without_dry_run do
          Timecop.freeze(Time.utc(2021, 9, 14, 15, 55, 0)) do
            notifier.execute
          end
        end
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



