@pytest.mark.xfail(reason="SPT-5944: Testing for randomName as empty should check on value is empty")
    def test_get_by_empty_name(helpers):
        randomName = ""
        with pytest.raises(ValueError) as excinfo:
            pytest.swimlane_instance.apps.get(name=randomName)