Fix unit test '[BPM] should return an BPM ticket after the login done': add Basic suffix to basicAuth

This commit is contained in:
Amedeo Lepore
2023-08-31 10:27:07 +02:00
committed by eromano
parent 5796bf367e
commit 5b2746185b
@@ -158,7 +158,7 @@ export class ProcessAuth {
base64 = btoa(str); base64 = btoa(str);
} }
return base64; return `Basic ${base64}`;
} }
/** /**