syncthing-monitor/test/test_config.py
2021-01-28 12:56:11 +02:00

11 lines
308 B
Python

import unittest
from syncthing_monitor.config_xml import parse_api_key
class ConfigTests(unittest.TestCase):
def test_can_parse_api_key(self):
# noinspection SpellCheckingInspection
self.assertEqual(parse_api_key('test/test-syncthing-config.xml'), "dFoLNEaqEZFSP62EFVGC2Ds5juuTmvH2")