Skip to content

Commit 8be1bff

Browse files
Merge pull request #4050 from aakashreddy-p/aakash/fix/type-issue-testflow-tests
fix: testflow tests tab type issue.
2 parents 4b8e217 + c70dd85 commit 8be1bff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/@sparrow-common/src/types/workspace/testflow-tab.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import type {
55
HttpRequestBodyModeDtoEnum,
66
HttpRequestKeyValueDtoInterface,
77
HttpRequestMethodsDtoInterface,
8-
HttpRequestNoCodeDtoInterface,
98
} from "./http-request-dto";
10-
import type { RequestDataTypeEnum } from "./http-request-tab";
9+
import type { RequestDataTypeEnum, Tests } from "./http-request-tab";
1110
import type { Tab } from "./tab";
1211

1312
export interface HttpRequestUIStateDto {
@@ -52,7 +51,7 @@ export interface HttpRequestMetaDataTestFlowDtoInterface {
5251
selectedRequestBodyType?: HttpRequestBodyModeDtoEnum;
5352
state?: HttpRequestUIStateDto;
5453
url: string;
55-
tests?: HttpRequestNoCodeDtoInterface;
54+
tests?: Tests;
5655
}
5756

5857
export enum TestflowNavigatorEnum {

0 commit comments

Comments
 (0)