diff --git a/tests/test_client_cli.py b/tests/test_client_cli.py index 9360bcce..5e211046 100644 --- a/tests/test_client_cli.py +++ b/tests/test_client_cli.py @@ -17,7 +17,7 @@ def test_cli(self): cli_args = set_client_cli_parser().parse_args([ '--mode', 'train', '--grpc_host', '127.0.0.1', - '--txt_file', 'sonnets.txt' + '--txt_file', os.path.join(self.dirname, 'sonnets.txt') ]) args = set_frontend_parser().parse_args([