We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e96156e commit 221121bCopy full SHA for 221121b
src/constants/constants.ts
@@ -1,9 +1,5 @@
1
export const BLANK_UUID = "00000000-0000-0000-0000-000000000000";
2
3
-// Test UUIDs for consistent testing
4
-export const TEST_UUID_1 = "550e8400-e29b-41d4-a716-446655440000";
5
-
6
-// Valid Umbraco User Group IDs for testing
7
export const TRANSLATORS_USER_GROUP_ID = "550e8400-e29b-41d4-a716-446655440001";
8
export const WRITERS_USER_GROUP_ID = "9fc2a16f-528c-46d6-a014-75bf4ec2480c";
9
0 commit comments