2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00

Fixing sporadically failing tests

This commit is contained in:
Nick Uraltsev
2016-10-29 21:58:06 -07:00
parent 417913bf8b
commit 46a9639ef2
6 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ setupBasicAuthTest = function setupBasicAuthTest() {
expect(request.requestHeaders['Authorization']).toEqual('Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==');
done();
}, 0);
}, 100);
});
it('should fail to encode HTTP Basic auth credentials with non-Latin1 characters', function (done) {