Skip to content

Commit 98ff4eb

Browse files
fix: add tests block in blank request object[SPRW-2619]
1 parent 15a9fb9 commit 98ff4eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@sparrow-workspaces/src/features/testflow-explorer/layout/TestflowExplorer.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@
760760
file: [],
761761
};
762762
response.auth = tempTab?.auth;
763+
response.tests = tempTab?.tests;
763764
response.state = tempTab?.state;
764765
return response;
765766
};

0 commit comments

Comments
 (0)