We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeddb3e commit 6fcedc6Copy full SHA for 6fcedc6
src/integration/henvendelse-cache/classes/testDataFactory/SharedTestDataFactory.cls
@@ -51,7 +51,10 @@ public class SharedTestDataFactory {
51
Id profileId = [
52
SELECT Id
53
FROM Profile
54
- WHERE Name = 'Customer Community Login User' OR Name = 'NAV Bruker'
+ WHERE
55
+ Name = 'Customer Community Login User'
56
+ OR Name = 'NAV Bruker'
57
+ OR Name = 'High Volume Customer Portal User'
58
ORDER BY Name DESC
59
LIMIT 1
60
]
0 commit comments