Skip to content

Commit 89e505a

Browse files
authored
Apply suggestions from code review
1 parent 412bb6c commit 89e505a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unit/overrides_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
suite: Override check
2+
suite: Overrides check
33
templates:
44
# primary template files
55
- deployments.yaml
@@ -24,7 +24,7 @@ tests:
2424
template: jobs.yaml
2525
set:
2626
st2:
27-
overrides: #Enabling the override mounts in register-content job.
27+
overrides: #Enabling the overrides mounts in register-content job.
2828
_global.yaml: |
2929
---
3030
rules:
@@ -114,9 +114,9 @@ tests:
114114
documentIndex: 1
115115
- notContains: *overrides_mnt
116116
documentIndex: 1 # st2api
117-
- notContains: *overrides_volume # only contains if volumes.enabled
117+
- notContains: *overrides_volume
118118
documentIndex: 10 # st2actionrunner
119-
- notContains: *overrides_mnt # only contains if volumes.enabled
119+
- notContains: *overrides_mnt
120120
documentIndex: 10 # st2actionrunner
121121
- notContains: *overrides_volume
122122
documentIndex: 0

0 commit comments

Comments
 (0)