removed jest fully and fixed final tests in libs
This commit is contained in:
parent
1899078523
commit
3d910a13e0
8 changed files with 35 additions and 744 deletions
|
|
@ -95,7 +95,7 @@ describe('HttpClient Authentication Integration', () => {
|
|||
const token = 'test-token-123';
|
||||
const client = new HttpClient({
|
||||
defaultHeaders: {
|
||||
'Authorization': `Bearer ${token}`
|
||||
'authorization': `bearer ${token}`
|
||||
}
|
||||
});
|
||||
const response = await client.get(`${mockServerBaseUrl}/headers`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue