fix: import dashboard stale filter_scopes (#17741)

This commit is contained in:
Beto Dealmeida
2021-12-14 07:23:55 -08:00
committed by GitHub
parent e2e79923d3
commit 2633bcccc3
2 changed files with 6 additions and 1 deletions

View File

@@ -45,7 +45,10 @@ def test_update_id_refs_immune_missing( # pylint: disable=invalid-name
},
},
"metadata": {
"filter_scopes": {"101": {"filter_name": {"immune": [102, 103],},},},
"filter_scopes": {
"101": {"filter_name": {"immune": [102, 103]}},
"104": {"filter_name": {"immune": [102, 103]}},
},
},
"native_filter_configuration": [],
}