File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ func testingWithOwnerUser(m dsl.Matcher) {
76
76
$_, $_ := $client.$Method($*_)
77
77
` ).Where (m ["t" ].Type .Implements ("testing.TB" ) &&
78
78
m .File ().Name .Matches (`_test\.go$` ) &&
79
- ! m ["Method" ].Text .Matches (`^(UpdateAppearance|AddLicense|InsertLicense|DeleteLicense|CreateWorkspaceProxy|Replicas|Regions)$` )).
79
+ ! m ["Method" ].Text .Matches (`^(UpdateAppearance|Licenses| AddLicense|InsertLicense|DeleteLicense|CreateWorkspaceProxy|Replicas|Regions)$` )).
80
80
At (m ["Method" ]).
81
81
Report (`The CLI will be operating as the owner user, which has unrestricted permissions. Consider creating a different user.` )
82
82
@@ -87,7 +87,7 @@ func testingWithOwnerUser(m dsl.Matcher) {
87
87
$_ := $client.$Method($*_)
88
88
` ).Where (m ["t" ].Type .Implements ("testing.TB" ) &&
89
89
m .File ().Name .Matches (`_test\.go$` ) &&
90
- ! m ["Method" ].Text .Matches (`^(UpdateAppearance|AddLicense|InsertLicense|DeleteLicense|CreateWorkspaceProxy|Replicas|Regions)$` )).
90
+ ! m ["Method" ].Text .Matches (`^(UpdateAppearance|Licenses| AddLicense|InsertLicense|DeleteLicense|CreateWorkspaceProxy|Replicas|Regions)$` )).
91
91
At (m ["Method" ]).
92
92
Report (`The CLI will be operating as the owner user, which has unrestricted permissions. Consider creating a different user.` )
93
93
}
You can’t perform that action at this time.
0 commit comments