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