Remove unused variable

Added while resolving conflicts from merge forward

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-10-29 11:03:09 +00:00
parent be3d892fc9
commit e46e33ab9d
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -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"