Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
Added while resolving conflicts from merge forward

Signed-off-by: Pedro Algarvio <[email protected]>
  • Loading branch information
s0undt3ch committed Oct 29, 2023
1 parent be3d892 commit e46e33a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/pytests/unit/fileclient/test_fileclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e46e33a

Please sign in to comment.