Jestify api spec

This commit is contained in:
Paul Slaughter 2019-05-24 13:12:03 -05:00
parent 00c8264faf
commit 2bf5135af3
No known key found for this signature in database
GPG Key ID: DF5690803C68282A
1 changed files with 1 additions and 1 deletions

View File

@ -459,7 +459,7 @@ describe('Api', () => {
dummyProjectPath,
)}/repository/branches`;
spyOn(axios, 'post').and.callThrough();
jest.spyOn(axios, 'post');
mock.onPost(expectedUrl).replyOnce(200, {
name: branch,