Update labels_integration_tests.rs
This commit is contained in:
parent
f4cbcb4a3f
commit
96debaf511
|
|
@ -15,7 +15,7 @@ impl TestClient {
|
||||||
fn new() -> Self {
|
fn new() -> Self {
|
||||||
Self {
|
Self {
|
||||||
client: Client::new(),
|
client: Client::new(),
|
||||||
base_url: "http://localhost:3001".to_string(),
|
base_url: "http://localhost:8000".to_string(),
|
||||||
auth_token: None,
|
auth_token: None,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue