We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cca86 commit d7ae0e3Copy full SHA for d7ae0e3
tests/integration/test_base_flow.py
@@ -73,7 +73,7 @@ def test_minds():
73
# prepare datasources
74
ds_cfg = copy.copy(example_ds)
75
ds_cfg.name = ds_name
76
- ds = client.datasources.create(example_ds, replace=True)
+ ds = client.datasources.create(example_ds, update=True)
77
78
# second datasource
79
ds2_cfg = copy.copy(example_ds)
0 commit comments