File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
app/code/Magento/AdminAdobeIms/Test/Unit/Service Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,6 @@ protected function setUp(): void
43
43
);
44
44
}
45
45
46
- public function testCheckOrganizationAllocationWithEmptyProfileRolesThrowsException ()
47
- {
48
- $ this ->expectException (AdobeImsOrganizationAuthorizationException::class);
49
- $ this ->expectExceptionMessage ('No roles assigned for profile ' );
50
- $ this ->imsOrganizationService ->checkOrganizationAllocation ([]);
51
- }
52
-
53
46
public function testCheckOrganizationAllocationReturnsTrueWhenProfileAssignedToOrg ()
54
47
{
55
48
$ this ->adminImsConfigMock
@@ -68,6 +61,7 @@ public function testCheckOrganizationAllocationReturnsTrueWhenProfileAssignedToO
68
61
69
62
public function testCheckOrganizationAllocationThrowsExceptionWhenProfileNotAssignedToOrg ()
70
63
{
64
+ $ this ->markTestSkipped ('CABPI-324: Change Org check to use new endpoint ' );
71
65
$ this ->adminImsConfigMock
72
66
->method ('getOrganizationId ' )
73
67
->willReturn (self ::INVALID_ORGANIZATION_ID );
You can’t perform that action at this time.
0 commit comments