Skip to content

Commit

Permalink
One source for openapi test is enough.
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverS929 committed Nov 14, 2024
1 parent 97750b7 commit aacf64d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions dm/tests/openapi/client/openapi_task_check
Original file line number Diff line number Diff line change
Expand Up @@ -330,15 +330,7 @@ def create_load_task_success():
"table": "*",
},
"target": {"schema": "openapi", "table": "t"},
},
{
"source": {
"source_name": SOURCE2_NAME,
"schema": "openapi",
"table": "*",
},
"target": {"schema": "openapi", "table": "t"},
},
}
],
"source_config": {
"full_migrate_conf": {
Expand All @@ -348,8 +340,7 @@ def create_load_task_success():
"consistency": "auto",
},
"source_conf": [
{"source_name": SOURCE1_NAME},
{"source_name": SOURCE2_NAME},
{"source_name": SOURCE1_NAME}
],
},
}
Expand Down

0 comments on commit aacf64d

Please sign in to comment.