Skip to content

Commit

Permalink
Edit test to include the unprovided data and config
Browse files Browse the repository at this point in the history
Signed-off-by: David Kwon <[email protected]>
  • Loading branch information
dkwon17 committed Oct 19, 2023
1 parent a0ce421 commit ebc407d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ describe('Kubernetes namespace API', () => {
await provisionKubernetesNamespace();

expect(mockGet).not.toBeCalled();
expect(mockPost).toBeCalledWith('/api/kubernetes/namespace/provision');
expect(mockPost).toBeCalledWith('/api/kubernetes/namespace/provision', undefined, undefined);
});

it('should return a list of namespaces', async () => {
Expand Down

0 comments on commit ebc407d

Please sign in to comment.