fn get_dummy_auth_token()

in src/config.rs [176:178]


    fn get_dummy_auth_token() -> String {
        "test".to_owned()
    }