Skip to content

Commit a9b5810

Browse files
committed
Merge remote-tracking branch 'github/946-associate-commits-by-email-rebase' into 946-associate-commits-by-email-rebase
2 parents e8d1fd2 + 01d47b9 commit a9b5810

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/git-proxy-cli/test/testCli.test.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,6 @@ describe('test git-proxy-cli', function () {
100100
await helper.removeUserFromDb(TEST_USER);
101101
});
102102

103-
after(async function () {
104-
await helper.removeUserFromDb(testUser);
105-
});
106-
107103
it('login should fail when server is down', async function () {
108104
const username = 'admin';
109105
const password = 'admin';

0 commit comments

Comments
 (0)