Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 583ca38

Browse files
committed
fix test.py
1 parent 25fe97b commit 583ca38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def errorcheck(res):
8080
for job in jobs:
8181
print(job['id'])
8282

83-
print("paperspace.jobs.destroy({'jobId': '%s'})" % jobId)
84-
res = paperspace.jobs.destroy({'jobId': '%s'})
83+
print("paperspace.jobs.destroy({'jobId': '%s'})" % clonedJob['id'])
84+
res = paperspace.jobs.destroy({'jobId': clonedJob['id']})
8585
paperspace.print_json_pretty(res)
8686

8787
print("paperspace.jobs.list({'project': '%s'})" % project)

0 commit comments

Comments
 (0)