Skip to content

Commit 7502478

Browse files
committed
Add test for VERSION not being unknown
1 parent 0b8f03a commit 7502478

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/client/client_tests.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,3 +558,7 @@ def test_user_agent(elasticapm_client, expected):
558558

559559
def test_label_without_client():
560560
elasticapm.label(foo="foo")
561+
562+
563+
def test_version_is_not_unknown():
564+
assert elasticapm.VERSION != "unknown"

0 commit comments

Comments
 (0)