Skip to content

Commit 7e097ee

Browse files
committed
just checking the value is here
1 parent 2ea5c81 commit 7e097ee

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/telemetry/test_data.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@ def test_get_application_with_process_tags():
5959

6060
application = get_application("", "", "")
6161
assert "process_tags" in application
62-
63-
process_tags = application["process_tags"]
64-
65-
expected_raw = (
66-
f"{ENTRYPOINT_BASEDIR_TAG}:to,"
67-
f"{ENTRYPOINT_NAME_TAG}:test_script,"
68-
f"{ENTRYPOINT_TYPE_TAG}:{ENTRYPOINT_TYPE_SCRIPT},"
69-
f"{ENTRYPOINT_WORKDIR_TAG}:workdir"
70-
)
71-
assert process_tags == expected_raw
7262
finally:
7363
config._process_tags_enabled = False
7464
_process_tag_reload()

0 commit comments

Comments
 (0)