Skip to content

Commit b30dc14

Browse files
committed
Fixing improper logger name in unit test
1 parent 44ef4b4 commit b30dc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
with open(CONFIG_FILE) as conf:
2121
CONFIG = json.load(conf)
2222

23-
logger = logging.getLogger(__file__)
23+
logger = logging.getLogger(__name__)
2424
logging.basicConfig(level=logging.DEBUG)
2525

2626

0 commit comments

Comments
 (0)