Skip to content

Commit b63aeb8

Browse files
committed
test(vefaas): modify chinese annotation
1 parent 7d3400f commit b63aeb8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_cloud.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ async def test_cloud():
3636
with open(os.path.join(temp_dir, "agent.py"), "w") as f:
3737
f.write(f"# Test agent implementation with {key}")
3838

39-
# 这里不再需要 patch.dict,因为环境变量已经设置
4039
# Mock shutil.copy to avoid template file copying issues
4140
with patch("shutil.copy"):
4241
with patch("veadk.cloud.cloud_agent_engine.VeFaaS") as mock_vefaas_class:

0 commit comments

Comments
 (0)