Skip to content

Commit 8362b07

Browse files
committed
fixed test
1 parent 0c947b5 commit 8362b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/2.api/11.fail.read.app.data.v2.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ describe('Failing app analytics data reading', function() {
5151
return done(err);
5252
}
5353
var ob = JSON.parse(res.text);
54-
ob.should.have.property('result', 'Invalid path, must be one of /dashboard or /countries');
54+
ob.should.have.property('result', 'Invalid path, must be one of /dashboard, /countries, /sessions, /metric, /tops, /loyalty, /frequency, /durations, /events');
5555
done();
5656
});
5757
});

0 commit comments

Comments
 (0)