fix(tests): test port
This commit is contained in:
parent
6b760a8b9d
commit
7e702e635a
|
|
@ -11,12 +11,11 @@
|
||||||
|
|
||||||
use reqwest::Client;
|
use reqwest::Client;
|
||||||
use serde_json::{json, Value};
|
use serde_json::{json, Value};
|
||||||
use std::time::Duration;
|
|
||||||
use uuid::Uuid;
|
use uuid::Uuid;
|
||||||
|
|
||||||
use readur::models::{CreateUser, LoginRequest, LoginResponse, UserRole};
|
use readur::models::{CreateUser, LoginRequest, LoginResponse, UserRole};
|
||||||
|
|
||||||
const BASE_URL: &str = "http://localhost:8000";
|
const BASE_URL: &str = "http://localhost:8001";
|
||||||
|
|
||||||
/// Test client with admin capabilities
|
/// Test client with admin capabilities
|
||||||
struct AdminTestClient {
|
struct AdminTestClient {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue