Skip to content

Commit 51cd42d

Browse files
committed
fix tests
1 parent c401cb8 commit 51cd42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/static.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ describe('static check meta tags', function () {
273273
.then(function (data) {
274274
expect(data.result.success).to.be.eql(true);
275275
expect(data.result.requestUrl).to.be.eql('http://www.test.com');
276-
expect(data.result.jsonLD).to.be.eql([{ foo: ' bar ' }]);
276+
expect(data.result.jsonLD).to.be.eql([]);
277277
expect(data.html).to.be.eql(metaHTML);
278278
expect(data.response).to.be.a('response');
279279
});

0 commit comments

Comments
 (0)