remove companion tests
This commit is contained in:
@@ -70,9 +70,10 @@ describe('SessionGateway', () => {
|
||||
|
||||
// Assert
|
||||
expect(result).toEqual(mockSession);
|
||||
expect(mockFetch).toHaveBeenCalledWith('/api/auth/session', {
|
||||
expect(mockFetch).toHaveBeenCalledWith('http://localhost:3101/auth/session', {
|
||||
headers: { cookie: 'gp_session=valid-token; other=value' },
|
||||
cache: 'no-store',
|
||||
credentials: 'include',
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user