Skip to content

Commit

Permalink
fix: test to clean up cookie file when finished
Browse files Browse the repository at this point in the history
  • Loading branch information
msagi committed Apr 5, 2024
1 parent f93c0a8 commit ddf3c7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/git-proxy-cli/git-proxy-cookie

This file was deleted.

1 change: 1 addition & 0 deletions packages/git-proxy-cli/test/testCli.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ describe('test git-proxy-cli', function () {
);
} finally {
await helper.closeServer(service.httpServer);
await helper.removeCookiesFile();
}
});
});
Expand Down

0 comments on commit ddf3c7f

Please sign in to comment.