diff --git a/test/test_other.py b/test/test_other.py index bbef918ae4fa8..2fe64350d0682 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -174,7 +174,7 @@ def requires_scons(func): def requires_rust(func): assert callable(func) - return requires_tool('cargo')(func) + return requires_tool('rust')(func) def requires_pkg_config(func):