correct testcase

This commit is contained in:
clauspeterhuebner 2025-07-15 23:06:28 +02:00
parent 076d0c00ec
commit 68f988181b

View File

@ -343,7 +343,7 @@ describe('validate Communities', () => {
})
it('logs unsupported api for community with api 2_0 ', () => {
expect(logger.debug).toBeCalledWith(
'dbCom with unsupported apiVersion',
'dbFedComB with unsupported apiVersion',
dbCom.endPoint,
'2_0',
)