Skip to content

Commit

Permalink
Fix line too long - take 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaine-hpe authored and rustydb committed Aug 27, 2024
1 parent e1f1f18 commit c37f4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cray/tests/test_modules/test_ims.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ def test_cray_ims_remote_build_nodes_status_describe(cli_runner, rest_mock):
assert result.exit_code == 0
data = json.loads(result.output)
assert data['method'] == 'GET'
assert data['url'] == f'{config["default"]["hostname"]}/apis/ims/v3/\
remote-build-nodes/status/foo'
testurl = f'{config["default"]["hostname"]}/apis/ims/v3/remote-build-nodes/status/foo'
assert data['url'] == testurl


def test_cray_ims_deleted_public_keys_base(cli_runner, rest_mock):
Expand Down

0 comments on commit c37f4a0

Please sign in to comment.