Commit efcbe8d
committed
test: verify auto-generated namespace and serviceAccount fields
- Added assertions for spec.namespace (should match name)
- Added assertions for spec.serviceAccount.name (should be name + '-service-account')
- Fully addresses test name promise to verify auto-generation
- Resolves CodeRabbit major finding #1 for ClusterExtensionForm
Addresses CodeRabbit review comment on PR openshift#162651 parent bcc157c commit efcbe8d
File tree
1 file changed
+7
-1
lines changed- frontend/packages/operator-lifecycle-manager-v1/src/components/cluster-extension/__tests__
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
| |||
0 commit comments