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

Commit bdf07b6

Browse files
Merge pull request #116 from Paperspace/test-fix
`logs` is new `log`
2 parents 25b72bf + 75b795b commit bdf07b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TestJobsAlias(object):
2929
create Create job
3030
delete Delete job
3131
list List jobs with optional filtering
32-
log List job logs
32+
logs List job logs
3333
stop Stop running job
3434
"""
3535
@pytest.mark.parametrize("group_name", ("jobs", "job"))

0 commit comments

Comments
 (0)