Indexer address and token
diff --git a/test/backend-hardening.test.js b/test/backend-hardening.test.js
index 5513e0ee..050a4f0e 100644
--- a/test/backend-hardening.test.js
+++ b/test/backend-hardening.test.js
@@ -281,5 +281,5 @@ test('the library index button is an operation, allowed under lockdown, and the
assert.doesNotMatch(admin.slice(admin.indexOf("router.get('/config/library-index'"), admin.indexOf("router.post('/config/library-index/scan'")), /token: target\.token/, 'the status reply must not carry the token');
const js = read('public/js/admin/clinicalAssistant.js');
assert.match(js, /setValue\('assistant-indexer-token', ''\)/);
- assert.match(read('docs/clinical-assistant.md'), /## Library indexing runs when asked/);
+ assert.match(read('docs/clinical-assistant.md'), /## Library indexing: on a schedule, and on request/);
});