|
@@ -138,7 +138,7 @@ describe("Crafatar", function() {
|
|
|
it("should time out on username info download", function(done) {
|
|
|
var original_timeout = config.http_timeout;
|
|
|
config.http_timeout = 1;
|
|
|
- networking.get_username_url(rid, "redstone_sheep", 0, function(err, url) {
|
|
|
+ networking.get_username_url(rid, "jomo", 0, function(err, url) {
|
|
|
assert.strictEqual(err.code, "ETIMEDOUT");
|
|
|
config.http_timeout = original_timeout;
|
|
|
done();
|