Don't start broadcast server by default on testing
This commit is contained in:
parent
ed09595a87
commit
2ba74d9232
1 changed files with 3 additions and 0 deletions
|
@ -1 +1,4 @@
|
||||||
from src.Test.conftest import *
|
from src.Test.conftest import *
|
||||||
|
|
||||||
|
from Config import config
|
||||||
|
config.broadcast_port = 0
|
||||||
|
|
Loading…
Reference in a new issue