Skip to content

Commit e075c55

Browse files
scotwellsclaude
andcommitted
fix: use searchable=true in SSA e2e test assertion
The API server omits zero-value booleans (searchable: false), causing the assertion to fail. Use searchable: true for the third field instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e6beb15 commit e075c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/server-side-apply/chainsaw-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ spec:
9191
- path: ".spec.email"
9292
searchable: true
9393
- path: ".spec.phone"
94-
searchable: false
94+
searchable: true
9595
EOF
9696
check:
9797
($error == null): true
@@ -113,7 +113,7 @@ spec:
113113
- path: ".spec.email"
114114
searchable: true
115115
- path: ".spec.phone"
116-
searchable: false
116+
searchable: true
117117
catch:
118118
- describe:
119119
apiVersion: search.miloapis.com/v1alpha1

0 commit comments

Comments
 (0)