mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix ptvsd telemetry event check in tests.
This commit is contained in:
parent
32c0a8ac79
commit
3b71a1257a
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ class Session(object):
|
|||
telemetry = self.wait_for_next_event("output")
|
||||
assert telemetry == {
|
||||
"category": "telemetry",
|
||||
"output": "ptvsd.adapter",
|
||||
"output": "ptvsd",
|
||||
"data": {"packageVersion": some.str},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue