Skip to content

Commit 787712b

Browse files
fixup! Move telemetry from auth request to in-band
1 parent cf0ddc0 commit 787712b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/unit/test_util.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ def test_timer():
2828
class TestCoreLoader:
2929
"""Tests for the _CoreLoader class."""
3030

31+
def test_e2e(self):
32+
loader = _CoreLoader()
33+
loader.load()
34+
assert loader.get_load_error() == str(None)
35+
assert loader.get_core_version() == "0.0.1"
36+
3137
def test_core_loader_initialization(self):
3238
"""Test that _CoreLoader initializes with None values."""
3339
loader = _CoreLoader()

0 commit comments

Comments
 (0)