This commit is contained in:
perf3ct 2025-06-19 00:04:52 +00:00
commit 812b2067c2
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 1 additions and 2 deletions

View File

@ -11,12 +11,11 @@
use reqwest::Client;
use serde_json::{json, Value};
use std::time::Duration;
use uuid::Uuid;
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
struct AdminTestClient {