Skip to content

Commit

Permalink
test init: remove ipdb
Browse files Browse the repository at this point in the history
  • Loading branch information
gil-air-may committed Jun 14, 2024
1 parent 595e20d commit 5bec868
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
from scripts.database import seed_utils
from utils import execute_non_query
import json
import ipdb

mysql = MySqlContainer("mysql:5.7.17", port=3306)
mysql.start()
Expand All @@ -21,8 +20,6 @@
redis_client = redis_container.get_client()
redis_conn = redis_client.get_connection_kwargs()

# ipdb.set_trace()

redis_client.set(
1,
json.dumps(
Expand Down

0 comments on commit 5bec868

Please sign in to comment.