diff --git a/src/tests/ofc25-camara-agg-net-controller/tests/test_agg_net_ietf_slice_operations.py b/src/tests/ofc25-camara-agg-net-controller/tests/test_agg_net_ietf_slice_operations.py
index b2c086fd0e8be064122a0c0fc5f8df259740c3e4..d15a8bbb6d3e9007da24985c6d452e80f9b7db5a 100644
--- a/src/tests/ofc25-camara-agg-net-controller/tests/test_agg_net_ietf_slice_operations.py
+++ b/src/tests/ofc25-camara-agg-net-controller/tests/test_agg_net_ietf_slice_operations.py
@@ -84,7 +84,7 @@ NBI_USERNAME = "admin"
 NBI_PASSWORD = "admin"
 
 IP_ADDRESS = "localhost"
-IP_PORT = 9090
+IP_PORT = 9092
 
 BASE_IETF_SLICE_URL = f"http://{NBI_ADDRESS}:{NBI_PORT}/restconf/data/ietf-network-slice-service:network-slice-services"
 IP_L3VPN_URL = f"http://{IP_ADDRESS}:{IP_PORT}/restconf/data/ietf-l3vpn-svc:l3vpn-svc/vpn-services"