Skip to content

Commit 6fcedc6

Browse files
committed
Fix failing test when creating package version
1 parent aeddb3e commit 6fcedc6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/integration/henvendelse-cache/classes/testDataFactory/SharedTestDataFactory.cls

+4-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ public class SharedTestDataFactory {
5151
Id profileId = [
5252
SELECT Id
5353
FROM Profile
54-
WHERE Name = 'Customer Community Login User' OR Name = 'NAV Bruker'
54+
WHERE
55+
Name = 'Customer Community Login User'
56+
OR Name = 'NAV Bruker'
57+
OR Name = 'High Volume Customer Portal User'
5558
ORDER BY Name DESC
5659
LIMIT 1
5760
]

0 commit comments

Comments
 (0)