mirror of
https://github.com/strapi/strapi.git
synced 2025-12-25 22:23:10 +00:00
fix: failing test
This commit is contained in:
parent
e52ced96a5
commit
4fd7e040ef
@ -71,7 +71,7 @@ describe('Utils', () => {
|
||||
};
|
||||
const credentials = extractCredentials(options);
|
||||
|
||||
expect(credentials).toEqual({});
|
||||
expect(credentials).toEqual(null);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user