Skip to content

Commit 901adb4

Browse files
committed
test: use valid tenant name
1 parent ff0c142 commit 901adb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/roles/integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ requireAtLeast(
325325
it('retrieves assigned users with namespace', async () => {
326326
await client.roles.create('landlord', {
327327
collection: 'Buildings',
328-
tenant: 'john doe',
328+
tenant: 'john-doe',
329329
actions: ['create_tenants', 'delete_tenants'],
330330
});
331331

0 commit comments

Comments
 (0)