mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -05:00
set book as untrusted before running test (#16677)
This commit is contained in:
@@ -353,7 +353,9 @@ describe('BookTrustManagerTests', function () {
|
||||
should(isNotebookTrusted).be.false('Notebook not should be trusted');
|
||||
});
|
||||
|
||||
it('should trust notebook after book has been added to a folder @UNSTABLE@', async () => {
|
||||
it('should trust notebook after book has been added to a folder', async () => {
|
||||
//Set book as not trusted before running test
|
||||
bookTrustManager.setBookAsTrusted('/temp/SubFolder2/', false);
|
||||
let notebookUri = run.book2.notebook1;
|
||||
let isNotebookTrustedBeforeChange = bookTrustManager.isNotebookTrustedByDefault(notebookUri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user