Skip to content

Commit c40c6bc

Browse files
zimegClaude
andcommitted
test: link issue and trim the multiline test name
- Drop "strings" from the unit test name. - Reference issue #637 on the integration workflow step. Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>
1 parent 001d421 commit c40c6bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
env:
104104
MESSAGE_OUTPUT_TS: ${{ steps.message.outputs.ts }}
105105

106-
- name: "test(api): post a multiline message"
106+
- name: "test(api): post a multiline message" # https://github.com/slackapi/slack-github-action/issues/637
107107
id: multiline
108108
uses: ./
109109
with:

test/content.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ describe("content", () => {
7474
/**
7575
* @see {@link https://github.com/slackapi/slack-github-action/issues/637}
7676
*/
77-
it("parses multiline YAML strings from the input payload", async () => {
77+
it("parses multiline YAML from the input payload", async () => {
7878
mocks.core.getInput
7979
.withArgs("payload")
8080
.returns('channel: C0123456789\ntext: "first line\n\nsecond line"');

0 commit comments

Comments
 (0)