mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove unused variable
Added while resolving conflicts from merge forward Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
be3d892fc9
commit
e46e33ab9d
1 changed files with 0 additions and 3 deletions
|
@ -116,9 +116,6 @@ def test_fileclient_timeout(minion_opts, master_opts):
|
|||
"request_channel_tries": 1,
|
||||
}
|
||||
)
|
||||
master_uri = "tcp://{master_ip}:{master_port}".format(
|
||||
master_ip="localhost", master_port=minion_opts["master_port"]
|
||||
)
|
||||
|
||||
def mock_dumps(*args):
|
||||
return b"meh"
|
||||
|
|
Loading…
Add table
Reference in a new issue