Skip to content

Commit

Permalink
Remove breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
javitonino committed Feb 4, 2025
1 parent b0ffc50 commit 21096ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nucliadb_sdk/src/nucliadb_sdk/tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,7 @@ def nucliadb(pg):
network = container.container_obj.attrs["NetworkSettings"]
service_port = "8060/tcp"
grpc = network["Ports"][service_port][0]["HostPort"]
import pdb

pdb.set_trace()
yield NucliaFixture(
host=host,
port=port,
Expand Down

0 comments on commit 21096ee

Please sign in to comment.