forked from p34709852/monkey
Fix test
This commit is contained in:
parent
f7820b840c
commit
2203e5f1d3
|
@ -213,7 +213,7 @@ class TestZeroTrustService(IslandTestCase):
|
||||||
zero_trust_consts.STATUS_FAILED: 5,
|
zero_trust_consts.STATUS_FAILED: 5,
|
||||||
zero_trust_consts.STATUS_VERIFY: 2,
|
zero_trust_consts.STATUS_VERIFY: 2,
|
||||||
zero_trust_consts.STATUS_PASSED: 1,
|
zero_trust_consts.STATUS_PASSED: 1,
|
||||||
zero_trust_consts.STATUS_UNEXECUTED: 1,
|
zero_trust_consts.STATUS_UNEXECUTED: 2,
|
||||||
"pillar": "Data"
|
"pillar": "Data"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue