Skip to content

Commit d3cf4fc

Browse files
committed
Fix renaming of RecommendSpecs to RecommendedSpecs
1 parent 915d711 commit d3cf4fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/extra/python/agent.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Uri,
1818
Pod,
1919
Annotation,
20-
RecommendSpecs,
20+
RecommendedSpecs,
2121
)
2222

2323

@@ -89,7 +89,7 @@ async def main(client, agent, test_dir, namespace_lookup, pod_jobs):
8989
input_spec={},
9090
output_dir="/tmp/output",
9191
output_spec={},
92-
recommend_specs=RecommendSpecs(
92+
recommend_specs=RecommendedSpecs(
9393
cpus=0.1,
9494
memory=128 << 20,
9595
),

0 commit comments

Comments
 (0)