mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
fix detest test failure
This commit is contained in:
parent
c5aa8be15c
commit
558cb3b041
1 changed files with 1 additions and 1 deletions
|
|
@ -18,5 +18,5 @@ test('getIpAddress: Standard header', () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test('getIpAddress: No header', () => {
|
test('getIpAddress: No header', () => {
|
||||||
expect(getIpAddress(new Headers())).toEqual(null);
|
expect(getIpAddress(new Headers())).toEqual(undefined);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue