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.
1 parent 087d092 commit 51350f2Copy full SHA for 51350f2
tests/integration/basic.spec.ts
@@ -497,7 +497,7 @@ describe('basic', function () {
497
]);
498
expect(result.twitterImage).to.be.eql([
499
{
500
- url: 'https://dev.epicgames.com/community/api/documentation/image/meta_tag?path=ja-jp/unreal-engine/volume-actors-in-unreal-engine&application_version=5.4'
+ url: 'https://dev.epicgames.com/community/api/documentation/image/meta_tag?path=ja-jp/unreal-engine/volume-actors-in-unreal-engine&application_version=5.4',
501
},
502
503
expect(result.favicon).to.be.eql('https://edc-cdn.net/assets/images/favicon-light.png');
0 commit comments