Skip to content

Commit 6ba1d7b

Browse files
committed
chore: rename test realm
1 parent f2014b1 commit 6ba1d7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Integration/Resource/GroupsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class GroupsTest extends TestCase
1616
{
1717
use IntegrationTestBehaviour;
1818

19-
private const REALM = 'groups-tests';
19+
private const REALM = 'groups-test';
2020

2121
public static function setUpBeforeClass(): void
2222
{

tests/Integration/Resource/OrganizationsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class OrganizationsTest extends TestCase
1919
{
2020
use IntegrationTestBehaviour;
2121

22-
private const REALM = 'organizations-tests';
22+
private const REALM = 'organizations-test';
2323

2424
protected function setUp(): void
2525
{

0 commit comments

Comments
 (0)