Skip to content

Commit 989bc43

Browse files
committed
WIP
1 parent cc25a39 commit 989bc43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
admin_subscription_token: ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.subscription }}
5252
admin_support_token: ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.support }}
5353
admin_version_maintenance_token: ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.version-maintenance }}
54-
list_tests: "[^(TestAccTFESAMLSettings_omnibus|TestAcc.*_RunDependent|TestAcc.*_VCSDependent)]"
54+
list_tests: "[^(TestAccTFESAMLSettings_omnibus|TestAcc.*RunDependent|TestAcc.*VCSDependent)]"
5555

5656
run-dependent-tests:
5757
name: run-dependent-tests

internal/provider/resource_tfe_policy_set_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ func TestAccTFEPolicySet_GithubApp_VCSDependent(t *testing.T) {
581581
})
582582
}
583583

584-
func TestAccTFEPolicySet_updateVCSBranch_VCSDependent_VCSDependent(t *testing.T) {
584+
func TestAccTFEPolicySet_updateVCSBranch_VCSDependent(t *testing.T) {
585585
tfeClient, err := getClientUsingEnv()
586586
if err != nil {
587587
t.Fatal(err)

0 commit comments

Comments
 (0)