Skip to content

Commit 6f53460

Browse files
authored
Merge branch 'main' into hashimoon/IPL-5689-recreation-bug
2 parents 9d08769 + 2012a34 commit 6f53460

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
node-version: 16
6868

6969
- name: Download artifacts
70-
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
70+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
7171

7272
- name: Install junit-report-merger
7373
run: npm install -g junit-report-merger

.github/workflows/create-release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Get yarn cache directory path
7575
id: global-cache-dir-path
7676
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
77-
- uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
77+
- uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1
7878
id: global-cache
7979
with:
8080
path: ${{ steps.global-cache-dir-path.outputs.dir }}
@@ -89,7 +89,7 @@ jobs:
8989
run: npm install -g [email protected]
9090

9191
- name: Download artifacts
92-
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
92+
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
9393
with:
9494
name: terraform-provider-tfe
9595

internal/provider/resource_tfe_notification_configuration_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,10 +703,6 @@ func testAccCheckTFENotificationConfigurationAttributesSlack(notificationConfigu
703703
return fmt.Errorf("Bad triggers: %v", notificationConfiguration.Triggers)
704704
}
705705

706-
if notificationConfiguration.URL != "http://example.com" {
707-
return fmt.Errorf("Bad URL: %s", notificationConfiguration.URL)
708-
}
709-
710706
return nil
711707
}
712708
}

0 commit comments

Comments
 (0)