2
0
jomo 10 жил өмнө
parent
commit
11f580bb95
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -883,7 +883,7 @@ describe("Crafatar", function() {
           it("uuid should be rate limited", function(done) {
           it("uuid should be rate limited", function(done) {
             networking.get_profile(rid, id, function(err, profile) {
             networking.get_profile(rid, id, function(err, profile) {
               assert.ifError(err);
               assert.ifError(err);
-              assert.strictEqual(profile.error, "TooManyRequestsException");
+              assert.strictEqual(profile.error, "TooManyRequests");
               done();
               done();
             });
             });
           });
           });