#1425 Fix test test_handle_collisions_with_base_module_rpms
Closed 4 years ago by mprahl. Opened 4 years ago by cqi.
cqi/fm-orchestrator fix-test  into  master

@@ -269,12 +269,12 @@ 

      assert mock_grft.mock_calls == [

          call(

              mock_get_session.return_value,

-             {"module-el-build"},

+             ["module-el-build"],

              ["aarch64", "x86_64"],

          ),

          call(

              mock_get_session.return_value,

-             {"module-bash", "module-python27"},

+             ["module-bash", "module-python27"],

This order can be random, so I proposed a different solution in https://pagure.io/fm-orchestrator/pull-request/1426

              ["aarch64", "x86_64"],

          ),

      ]