mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-13 20:08:55 +00:00
Fix tests
This commit is contained in:
parent
50b507f76c
commit
26efdaf7b7
@ -38,7 +38,7 @@ def test_locale_check():
|
||||
def test_parse_arguments(capsys, tmpdir):
|
||||
|
||||
Config.reset()
|
||||
config = Config.instance(str(tmpdir / "test.cfg"))
|
||||
config = Config.instance([str(tmpdir / "test.cfg")])
|
||||
server_config = config.get_section_config("Server")
|
||||
|
||||
with pytest.raises(SystemExit):
|
||||
|
Loading…
Reference in New Issue
Block a user