From 4b20064e4175f1753c3fe86a8f238029a558beaf Mon Sep 17 00:00:00 2001 From: Jon Fuller Date: Fri, 20 Jun 2025 18:12:43 -0700 Subject: [PATCH] Update labels_integration_tests.rs --- tests/labels_integration_tests.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/labels_integration_tests.rs b/tests/labels_integration_tests.rs index d09bc0f..ed50c79 100644 --- a/tests/labels_integration_tests.rs +++ b/tests/labels_integration_tests.rs @@ -15,7 +15,7 @@ impl TestClient { fn new() -> Self { Self { client: Client::new(), - base_url: "http://localhost:3001".to_string(), + base_url: "http://localhost:8000".to_string(), auth_token: None, } } @@ -654,4 +654,4 @@ async fn test_label_permissions() -> Result<(), Box> { println!("Label permissions test completed successfully!"); Ok(()) -} \ No newline at end of file +}