Skip to content

Commit 63b88cd

Browse files
committed
fixi: tests
1 parent 53fd538 commit 63b88cd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/snuba/api/endpoints/test_seer_attributes.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,10 @@ def test_get_attribute_names(self) -> None:
4343
"fields": {
4444
"string": [
4545
"span.description",
46-
"project",
4746
"transaction",
47+
"device.class",
48+
"span.module",
49+
"project",
4850
],
4951
"number": ["span.duration"],
5052
},

0 commit comments

Comments
 (0)