spec/lib/release_tools/slack/coordinated_pipeline_notification_spec.rb [301:319]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        )

        expect(ReleaseTools::Slack::Message)
          .to receive(:post)
          .with(
            {
              channel: ReleaseTools::Slack::ANNOUNCEMENTS,
              message: "gstg finished 14.3.202108261121-1c87faa073d.2cec58b7eb5",
              blocks: slack_mrkdwn_block(text: block_content, context_elements: elements)
            }
          )

        without_dry_run do
          Timecop.freeze(local_time) do
            notifier.execute
          end
        end
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/lib/release_tools/slack/coordinated_pipeline_notification_spec.rb [411:429]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        )

        expect(ReleaseTools::Slack::Message)
          .to receive(:post)
          .with(
            {
              channel: ReleaseTools::Slack::ANNOUNCEMENTS,
              message: "gstg finished 14.3.202108261121-1c87faa073d.2cec58b7eb5",
              blocks: slack_mrkdwn_block(text: block_content, context_elements: elements)
            }
          )

        without_dry_run do
          Timecop.freeze(local_time) do
            notifier.execute
          end
        end
      end
    end
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



