Skip to content

Commit 7c6bb54

Browse files
fix tests
1 parent a448298 commit 7c6bb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/manual/search-index-management.prose.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ describe('Index Management Prose Tests', function () {
337337
// 6. Assert that index has a property latestDefinition whose value is { 'mappings': { 'dynamic': false } }
338338
expect(index)
339339
.to.have.nested.property('latestDefinition.mappings')
340-
.to.deep.equal({ dynamic: 'false' });
340+
.to.deep.equal({ dynamic: false });
341341
}
342342
);
343343
});

0 commit comments

Comments
 (0)