pub const DUMMY_TOKEN: &str = "Bearer ZHVtbXlfdG9rZW4="; pub const ENGINE_URL: &str = "http://localhost:10560"; pub fn get_valid_process_definition_xml() -> String { let rand_id = uuid::Uuid::new_v4().to_string(); let xml = format!( " StartEvent_1 Event_1lpuf0o Flow_1t9bzyi Flow_1t9bzyi ", rand_id, rand_id, rand_id, rand_id, rand_id, rand_id, rand_id ); xml }