Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianvf committed Sep 28, 2020
1 parent c8931cb commit 8f4fed6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions molecule/default/tasks/access_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
assert:
that:
- can_i_create_namespaces is successful
- (can_i_create_namespaces.resources | length) == 1
- can_i_create_namespaces.resources.0.status is defined
- can_i_create_namespaces.resources.0.status.allowed is defined
- can_i_create_namespaces.resources.0.status.allowed
- can_i_create_namespaces.result.status is defined
- can_i_create_namespaces.result.status.allowed is defined
- can_i_create_namespaces.result.status.allowed

0 comments on commit 8f4fed6

Please sign in to comment.