mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Run pyupgrade
against the files modified in the merge-forward
This commit is contained in:
parent
02c3b89e40
commit
ff2fc6de95
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ def test_query_null_response():
|
|||
|
||||
port = ports.get_unused_localhost_port()
|
||||
|
||||
url = "http://{host}:{port}/".format(host=host, port=port)
|
||||
url = f"http://{host}:{port}/"
|
||||
result = http.query(url, raise_error=False)
|
||||
assert result == {"body": None}, result
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue