Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Apr 25, 2023
1 parent 7cf8db6 commit 4d11f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuro-cli/tests/unit/formatters/test_jobs_formatters.py
Original file line number Diff line number Diff line change
Expand Up @@ -1647,7 +1647,7 @@ def test_job_with_project_name(
description = make_job(JobStatus.SUCCEEDED, "", project_name=project)

uri_fmtr = uri_formatter(
username=project, cluster_name="test-cluster", org_name=None
project_name=project, cluster_name="test-cluster", org_name=None
)
rich_cmp(
JobStatusFormatter(
Expand Down

0 comments on commit 4d11f36

Please sign in to comment.