Skip to content

Commit 1843bee

Browse files
committed
fix
1 parent 94f833f commit 1843bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test-storybook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ async function getIndexJson(url: string) {
239239
async function getIndexTempDir(url: string) {
240240
let tmpDir: string;
241241
try {
242-
const indexJson = await getIndexJson('url');
242+
const indexJson = await getIndexJson(url);
243243
const titleIdToTest = transformPlaywrightJson(indexJson);
244244

245245
tmpDir = tempy.directory();

0 commit comments

Comments
 (0)