Skip to content

Commit

Permalink
feat: update fieldmapping_unique_dataset_id in test_import_synthese
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Jan 21, 2025
1 parent 75c6440 commit 3c7a32b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/geonature/tests/imports/test_imports_synthese.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ def testfiles_folder(): # provide with a default value - should bve overriden

@pytest.fixture(scope="function")
def fieldmapping_unique_dataset_id(import_dataset):
return {"default_value": str(import_dataset.unique_dataset_id)}
return {
"default_value": str(import_dataset.unique_dataset_id),
"column_src": "unique_dataset_id",
}


@pytest.fixture(scope="function")
Expand Down

0 comments on commit 3c7a32b

Please sign in to comment.