mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 12:44:40 -04:00
existing config in TeamspeakStats-root shouldnt break tests
This commit is contained in:
parent
76868cae7e
commit
4d18c6549a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ def test_main():
|
|||
|
||||
@raises(exceptions.ConfigNotFound)
|
||||
def test_main_config_not_found():
|
||||
main()
|
||||
main(config_path='/some/where/no/conf.ini')
|
||||
|
||||
|
||||
def test_main_idmap_load():
|
||||
|
|
Loading…
Add table
Reference in a new issue