We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3294a86 + 85ea58b commit 43b3feeCopy full SHA for 43b3fee
plugins/compliance-hub/tests.js
@@ -61,7 +61,7 @@ describe('Testing Compliance Hub', function() {
61
});
62
it('should update timestamp values as milliseconds on the db', function(done) {
63
request
64
- .get('/o/consent/searchDrill?api_key=' + API_KEY_ADMIN + '&app_id=' + APP_ID)
+ .get('/o/consent/search?api_key=' + API_KEY_ADMIN + '&app_id=' + APP_ID)
65
.expect(200)
66
.end(function(err, res) {
67
if (err) {
0 commit comments