File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 51
51
admin_subscription_token : ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.subscription }}
52
52
admin_support_token : ${{ fromJSON(steps.tflocal.outputs.workspace-outputs-json).tfe_admin_token_by_role.support }}
53
53
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 )]"
55
55
56
56
run-dependent-tests :
57
57
name : run-dependent-tests
Original file line number Diff line number Diff line change @@ -581,7 +581,7 @@ func TestAccTFEPolicySet_GithubApp_VCSDependent(t *testing.T) {
581
581
})
582
582
}
583
583
584
- func TestAccTFEPolicySet_updateVCSBranch_VCSDependent_VCSDependent (t * testing.T ) {
584
+ func TestAccTFEPolicySet_updateVCSBranch_VCSDependent (t * testing.T ) {
585
585
tfeClient , err := getClientUsingEnv ()
586
586
if err != nil {
587
587
t .Fatal (err )
You can’t perform that action at this time.
0 commit comments