wildland-http-client 0.40.0

Wildland http client
Documentation
//
// Wildland Project
//
// Copyright © 2022 Golem Foundation
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 3 as published by
// the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program.  If not, see <https://www.gnu.org/licenses/>.

#[cfg(test)]
pub mod test_utilities {
    pub static EMAIL: &str = "test@test.com";
    pub static VERIFICATION_TOKEN: &str = "012345";
    pub static CREDENTIALS: &str = "db0dd4ebe6a365edcb7626c7de77b9e635564932366a1c7c314b9215d1b3b4e8cbbed2178ffe3cde361e76aef919b08efbe3b832c587d3fa9bf2d9fde85bf309";
}