Skip to content
Snippets Groups Projects
Commit 9d71f034 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

67611: fix test

parent d8bdd768
Branches
Tags
No related merge requests found
......@@ -211,7 +211,7 @@ describe('ItemDataService', () => {
});
it('should configure a POST request', () => {
result.subscribe(() => expect(requestService.configure).toHaveBeenCalledWith(jasmine.any(PostRequest), undefined));
result.subscribe(() => expect(requestService.configure).toHaveBeenCalledWith(jasmine.any(PostRequest)));
});
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment