[UT] fix skip ut test for test_utils (#3803)

### What this PR does / why we need it?
[UT] fix ut test for test_utils that
https://github.com/vllm-project/vllm-ascend/pull/3612 skipped.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
vLLM version: v0.11.0rc3
vLLM main:
17c540a993

- vLLM version: v0.11.0rc3
- vLLM main:
83f478bb19

---------

Signed-off-by: Meihan-chen <jcccx.cmh@gmail.com>
This commit is contained in:
Meihan-chen
2025-10-30 15:52:53 +08:00
committed by GitHub
parent eed1957f03
commit 67dd3a4581
3 changed files with 21 additions and 12 deletions

View File

@@ -359,7 +359,7 @@ class TestNPUPlatform(TestBase):
if vllm_version_is("0.11.0"):
self.assertEqual(
vllm_config.compilation_config.level,
CompilationMode.NONE,
CompilationLevel.NO_COMPILATION,
)
else:
self.assertEqual(