@pytest.mark.xfail(reason="SPT-6030: Testing for display_Name as an empty string should fail")
    def test_users_get_by_empty_display_name(helpers):
        emptyDisplayName = ""
        with pytest.raises(ValueError) as excinfo:
            pytest.swimlane_instance.users.get(display_name=emptyDisplayName)