We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550dd23 commit 76d3f1bCopy full SHA for 76d3f1b
1 file changed
tests/bdk/integration/helpers.py
@@ -5,6 +5,7 @@
5
import pytest
6
import pytest_asyncio
7
import yaml
8
+from pathlib import Path
9
10
from symphony.bdk.core.config.loader import BdkConfigLoader
11
from symphony.bdk.core.service.datafeed.real_time_event_listener import \
@@ -23,7 +24,7 @@
23
24
NUMBER_OF_MESSAGES = 3
25
26
-def generate_config(tmp_dir, bot_username):
27
+def generate_config(tmp_dir: Path, bot_username: str):
28
key_path = tmp_dir / "key.pem"
29
config_path = tmp_dir / "config.yaml"
30
0 commit comments