Skip to content

Commit c972902

Browse files
teallarsonsuhomud
authored andcommitted
fixes build: add missing property to mockConnection (#12572)
1 parent 7bbfb4c commit c972902

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte-webapp/src/views/Connection/ConnectionForm/ConnectionForm.test.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const mockConnection: Connection = {
4343
source: mockSource,
4444
destination: mockDestination,
4545
operations: [],
46+
catalogId: "",
4647
};
4748

4849
jest.mock("services/connector/DestinationDefinitionSpecificationService", () => {

0 commit comments

Comments
 (0)