Follow-up on project scoped trait tests

Apparently missed a trait test and fixed the result that is expected.

Change-Id: I9d50b5861968c6b02e0e8312bca0866dfd126279
This commit is contained in:
Julia Kreger 2021-02-19 17:08:40 -08:00
parent 5dff46a700
commit 7f6b24c700
1 changed files with 2 additions and 4 deletions

View File

@ -1302,14 +1302,12 @@ owner_admin_can_put_custom_traits:
method: put
headers: *owner_admin_headers
assert_status: 503
skip_reason: policy not implemented
owner_member_can_put_custom_traits:
owner_member_cannot_put_custom_traits:
path: '/v1/nodes/{owner_node_ident}/traits/CUSTOM_TRAIT2'
method: put
headers: *owner_member_headers
assert_status: 503
skip_reason: policy not implemented
assert_status: 403
lessee_admin_cannot_put_custom_traits:
path: '/v1/nodes/{lessee_node_ident}/traits/CUSTOM_TRAIT2'