mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 18:01:38 -05:00
syntax
This commit is contained in:
parent
a96948e7c8
commit
5502cc6082
1 changed files with 1 additions and 3 deletions
|
@ -728,7 +728,6 @@ def test_digest_rejected():
|
|||
|
||||
def test_exception():
|
||||
global PORT
|
||||
PORT += 1
|
||||
class MyManager_Client(jobmanager.BaseManager):
|
||||
pass
|
||||
|
||||
|
@ -768,8 +767,7 @@ def test_exception():
|
|||
return m
|
||||
|
||||
for p_version_server in [2, 3]:
|
||||
global PORT
|
||||
PORT += 10
|
||||
PORT += 2 # plus two because we also check for wrong port
|
||||
port = PORT
|
||||
authkey = 'q'
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue