Skip to content

Commit

Permalink
remove dynamic detector id from other integration tests (might re-add?)
Browse files Browse the repository at this point in the history
  • Loading branch information
CoreyEWood committed Feb 20, 2025
1 parent 8d87958 commit 8a54fb1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/api/test_image_queries_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
# - confidence_threshold=0.9
DETECTOR_ID_4 = "det_2rdVBErF53NWjVjhVdIrb6QJbRT"

# we use a dynamically created detector for integration tests
DETECTOR_ID = os.getenv("DETECTOR_ID", "det_2SagpFUrs83cbMZsap5hZzRjZw4")

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Fixtures
Expand Down

0 comments on commit 8a54fb1

Please sign in to comment.