3737def test_bump_actor (actor_type , actor_name , actor_mail , element_type , new_spdx_id ):
3838 payload = Payload ()
3939 document_namespace = "https://doc.namespace"
40- creation_info = CreationInfo (Version ("3.0.0" ), datetime (2022 , 1 , 1 ), ["Creator" ], [], [ ProfileIdentifier .CORE ])
40+ creation_info = CreationInfo (Version ("3.0.0" ), datetime (2022 , 1 , 1 ), ["Creator" ], [ProfileIdentifier .CORE ])
4141 actor = Actor (actor_type , actor_name , actor_mail )
4242
4343 agent_or_tool_id = bump_actor (actor , payload , document_namespace , creation_info )
@@ -54,8 +54,8 @@ def test_bump_actor(actor_type, actor_name, actor_mail, element_type, new_spdx_i
5454
5555
5656def test_bump_actor_that_already_exists ():
57- creation_info_old = CreationInfo (Version ("3.0.0" ), datetime (2022 , 1 , 1 ), ["Creator" ], [], [ ProfileIdentifier .CORE ])
58- creation_info_new = CreationInfo (Version ("3.0.0" ), datetime (2023 , 2 , 2 ), ["Creator" ], [], [ ProfileIdentifier .CORE ])
57+ creation_info_old = CreationInfo (Version ("3.0.0" ), datetime (2022 , 1 , 1 ), ["Creator" ], [ProfileIdentifier .CORE ])
58+ creation_info_new = CreationInfo (Version ("3.0.0" ), datetime (2023 , 2 , 2 ), ["Creator" ], [ProfileIdentifier .CORE ])
5959
6060 name = "some name"
6161 document_namespace = "https://doc.namespace"
0 commit comments