Skip to content

Commit b8f17d3

Browse files
[MegaLinter] Apply linters fixes
1 parent 96ff4e8 commit b8f17d3

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

tests/agent_features/test_attributes_in_action.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,7 @@
8888

8989
AGENT_KEYS_ALL = TRACE_ERROR_AGENT_KEYS + REQ_PARAMS
9090

91-
TRANS_EVENT_INTRINSICS = (
92-
"name",
93-
"duration",
94-
"type",
95-
"timestamp",
96-
"totalTime",
97-
"error",
98-
"apdexPerfZone",
99-
)
91+
TRANS_EVENT_INTRINSICS = ("name", "duration", "type", "timestamp", "totalTime", "error", "apdexPerfZone")
10092
TRANS_EVENT_AGENT_KEYS = [
10193
"response.status",
10294
"request.method",

0 commit comments

Comments
 (0)