We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ea5c81 commit 7e097eeCopy full SHA for 7e097ee
tests/telemetry/test_data.py
@@ -59,16 +59,6 @@ def test_get_application_with_process_tags():
59
60
application = get_application("", "", "")
61
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
72
finally:
73
config._process_tags_enabled = False
74
_process_tag_reload()
0 commit comments