Skip to content

Commit 43b3fee

Browse files
authored
Merge pull request #6720 from Countly/fixing-compliance-hub-test
fix: compliance hub test in new architecture
2 parents 3294a86 + 85ea58b commit 43b3fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/compliance-hub/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ describe('Testing Compliance Hub', function() {
6161
});
6262
it('should update timestamp values as milliseconds on the db', function(done) {
6363
request
64-
.get('/o/consent/searchDrill?api_key=' + API_KEY_ADMIN + '&app_id=' + APP_ID)
64+
.get('/o/consent/search?api_key=' + API_KEY_ADMIN + '&app_id=' + APP_ID)
6565
.expect(200)
6666
.end(function(err, res) {
6767
if (err) {

0 commit comments

Comments
 (0)