From 7e702e635a14c9fec9f5c6b404dcf228bf876ea1 Mon Sep 17 00:00:00 2001 From: aaldebs99 Date: Thu, 19 Jun 2025 00:02:32 +0000 Subject: [PATCH] fix(tests): test port --- tests/admin_functionality_tests.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/admin_functionality_tests.rs b/tests/admin_functionality_tests.rs index bb9c478..20bd3a2 100644 --- a/tests/admin_functionality_tests.rs +++ b/tests/admin_functionality_tests.rs @@ -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 {