Merge branch 'main' into feature/gh-10-user-management #58
Annotations
1 error
Integration Test Report:
backend\test\test_listingsPreferenceMatchTrigger.py#L296
AssertionError: Expected the emails to be the same as the ones in the preferences
assert ['[email protected]@test.com'] == ['[email protected]@test.com']
At index 0 diff: '[email protected]' != '[email protected]'
Left contains 2 more items, first extra item: '[email protected]'
Full diff:
[
+ '[email protected]',
+ '[email protected]',
'[email protected]',
'[email protected]',
]
|