aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/asf/test_http_static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/asf/test_http_static.py b/test/asf/test_http_static.py
index 73a95e992da..701bfe783ea 100644
--- a/test/asf/test_http_static.py
+++ b/test/asf/test_http_static.py
@@ -50,7 +50,7 @@ class TestHttpStaticVapi(VppAsfTestCase):
super(TestHttpStaticVapi, cls).tearDownClass()
def test_http_static_vapi(self):
- self.vapi.http_static_enable(
+ self.vapi.http_static_enable_v3(
www_root="/tmp",
uri="tcp://0.0.0.0/80",
)