Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops committed Nov 6, 2023
1 parent 19b0e9e commit 7c2a3e8
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions relay-event-normalization/src/normalize/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3982,6 +3982,7 @@ mod tests {
profile_id: ~,
data: ~,
sentry_tags: ~,
received: ~,
other: {},
},
]
Expand Down Expand Up @@ -4022,6 +4023,7 @@ mod tests {
profile_id: ~,
data: ~,
sentry_tags: ~,
received: ~,
other: {},
},
]
Expand Down Expand Up @@ -4062,6 +4064,7 @@ mod tests {
profile_id: ~,
data: ~,
sentry_tags: ~,
received: ~,
other: {},
},
]
Expand Down
1 change: 1 addition & 0 deletions relay-event-schema/src/protocol/span.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ mod tests {
),
data: ~,
sentry_tags: ~,
received: ~,
other: {},
}
"###);
Expand Down
1 change: 1 addition & 0 deletions relay-server/src/metrics_extraction/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ mod tests {
"platform": "javascript",
"start_timestamp": "2021-04-26T07:59:01+0100",
"timestamp": "2021-04-26T08:00:00+0100",
"received": "2021-04-26T08:00:01+0100",
"server_name": "myhost",
"release": "1.2.3",
"dist": "foo ",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ expression: "(&event.value().unwrap().spans, metrics)"
"transaction": "gEt /api/:version/users/",
"transaction.method": "GET",
},
received: ~,
other: {},
},
],
Expand Down
1 change: 1 addition & 0 deletions relay-server/src/metrics_extraction/transactions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ mod tests {
profile_id: ~,
data: ~,
sentry_tags: ~,
received: ~,
other: {},
},
]
Expand Down

0 comments on commit 7c2a3e8

Please sign in to comment.