File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 4
4
package nondefaultplan
5
5
6
6
import (
7
- "github.com/stretchr/testify/assert"
8
7
"test/helpers"
9
8
"testing"
9
+
10
+ "github.com/stretchr/testify/assert"
10
11
)
11
12
12
13
func TestPlanRbacEnabledGroupIds (t * testing.T ) {
@@ -44,7 +45,7 @@ func TestPlanRbacEnabledGroupIds(t *testing.T) {
44
45
helpers .RunTests (t , tests , plan )
45
46
}
46
47
47
- func TestNonDefaultRbacEnabledWithTenant (t * testing.T ) {
48
+ func TestPlanRbacEnabledWithTenant (t * testing.T ) {
48
49
t .Parallel ()
49
50
50
51
const TENANT_ID = "b1c14d5c-3625-45b3-a430-9552373a0c2f"
@@ -87,7 +88,7 @@ func TestNonDefaultRbacEnabledWithTenant(t *testing.T) {
87
88
helpers .RunTests (t , tests , plan )
88
89
}
89
90
90
- func TestNonDefaultAzureRbacEnabledWithTenant (t * testing.T ) {
91
+ func TestPlanAzureRbacEnabledWithTenant (t * testing.T ) {
91
92
t .Parallel ()
92
93
93
94
const TENANT_ID = "b1c14d5c-3625-45b3-a430-9552373a0c2f"
You can’t perform that action at this time.
0 commit comments