Skip to content

Commit

Permalink
Delete typos
Browse files Browse the repository at this point in the history
  • Loading branch information
const-t committed Sep 24, 2024
1 parent 41b379d commit 4a81cd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions helpers/tf_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ def v_level():

def dbg(level: int, msg: str, *args, **kwargs) -> None:
logger.log(
level=bring_log_level(level),
msg=msg,
bring_log_level(level),
msg,
*args,
**kwargs,
)
Expand Down
1 change: 0 additions & 1 deletion testers/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def setUp(self):
self.tempesta = None
self.servers = []
self.tester = None
tf_cfg.dbg(3) # Step to the next line after name of test case.
tf_cfg.dbg(3, "\tInit test case...")
if not remote.wait_available():
raise Exception("Tempesta node is unavaliable")
Expand Down

0 comments on commit 4a81cd0

Please sign in to comment.