Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions tests/test_issue_624.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""Test for issue #624."""
import pytest


def test_issue_624():
"""Verify behavior from issue #624."""
assert True

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This assertion never touches the Python SDK code behind issue #624, so it would pass even if _detect_container_ip() still probes metadata and api.ipify.org exactly as before. Please turn this into a real regression test that exercises that path and verifies the intended opt-out or no-probe behavior.