Skip to content
Snippets Groups Projects
Commit c8fba7c8 authored by Tore.Brede's avatar Tore.Brede
Browse files

Removing hardcoding of ID in fixture

parent 5a068cab
No related branches found
No related tags found
1 merge request!15GREG-5: Adding methods for updating and deleting role for person
Pipeline #89049 failed
......@@ -65,8 +65,8 @@ def role_data_guest(role_test_guest, sponsor_bar, unit_foo) -> Dict:
"role": "Test Guest",
"start_date": "2021-06-10",
"end_date": "2021-08-10",
"registered_by": "1",
"unit": "1",
"registered_by": sponsor_bar.id,
"unit": unit_foo.id
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment