Skip to content

Commit f8ac2d9

Browse files
committed
chore(e2e): ignore usage field diffs in reflection api tests
1 parent 16a6e75 commit f8ac2d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/src/reflection_api_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ async function testReflectionApi() {
7878
// FIXME: Go does not set telemetry/latencyMs fields.
7979
'telemetry',
8080
'latencyMs',
81+
'usage',
8182
],
8283
});
8384
if (diff != '') {

0 commit comments

Comments
 (0)