Replies: 1 comment
-
Hi @dAzzl3 - those tests recently started failing a month or two ago, but they've been corrected in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have noticed that since I have installed a unlocked package I got 3 unit test failing those are:
LogEntryEventHandler_Tests.it_should_not_set_logging_user_as_log_owner_when_anonymous_mode_is_enabled, LogEntryEventHandler_Tests.it_should_set_logging_user_as_log_owner_when_anonymous_mode_is_disabled, Logger_Tests.it_should_save_accurate_timestamp_when_logging_user_has_different_time_zone
.They have common error
System.QueryException: List has no rows for assignment to SObject
while executing this query:SELECT Id, TimeZoneSidKey FROM User WHERE (Name = 'Automated Process' AND Profile.Name = NULL)
.In my org there is no User with Name "Automated Process" instead it is "Platform Integration User".
Is there suggestions how I can fix it?
Version of NabuleLogger - 4.9.10
Thanks
Beta Was this translation helpful? Give feedback.
All reactions