Skip to content

Commit 50c37c0

Browse files
committed
lint
1 parent 3c17e24 commit 50c37c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/action/node_setup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ func externalNodeFlags(s *state.State, cfg NodeSetupConfig) (flags []string, uns
324324
// The encryption flags only turn generation off. The tests pass their own
325325
// keys, which there is no flag for, so a test that sets one cannot run.
326326
if s.EnableSearchableEncryption {
327-
unsupported = append(unsupported, "searchable encryption: the test supplies a key, and only --no-searchable-encryption exists")
327+
unsupported = append(unsupported, "searchable encryption: the test supplies a key, and no flag sets one")
328328
} else {
329329
flags = append(flags, "--no-searchable-encryption")
330330
}

0 commit comments

Comments
 (0)