Skip to content

Commit ad7d098

Browse files
committed
Update tests to the new action message
1 parent bf1916a commit ad7d098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/buildkite_upload_pipeline_action_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165

166166
def expect_upload_pipeline_message(expected_branch: branch, expected_commit: commit_default)
167167
expect(Fastlane::UI).to receive(:message).with(
168-
"Uploading pipeline on #{pipeline_file}#{expected_branch ? ", branch #{expected_branch}" : ''}, commit #{expected_commit}"
168+
"Adding steps from `#{pipeline_file}` to the current build (#{expected_branch ? "branch: `#{expected_branch}`, " : ''}commit: `#{expected_commit}`)"
169169
)
170170
end
171171
end

0 commit comments

Comments
 (0)