We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7378f0d commit 2b6da8aCopy full SHA for 2b6da8a
1 file changed
tests/test_config.py
@@ -1284,7 +1284,7 @@ def test_main_block_success(self):
1284
capture_output=True,
1285
text=True,
1286
env=env,
1287
- cwd="/Users/sergio/repos/personal/Telegram-Archive",
+ cwd=os.path.dirname(os.path.dirname(os.path.abspath(__file__))),
1288
timeout=10,
1289
)
1290
self.assertEqual(result.returncode, 0)
@@ -1303,7 +1303,7 @@ def test_main_block_config_error(self):
1303
1304
1305
1306
1307
1308
1309
self.assertIn("Configuration error", result.stdout)
0 commit comments