Skip to content

Commit 946443c

Browse files
committed
feat(opensearch): Remove auth from the security disabled test
1 parent d235435 commit 946443c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/modules/opensearch/src/opensearch-container.test.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,7 @@ describe("OpenSearchContainer", { timeout: 180_000 }, () => {
109109

110110
const client = new Client({
111111
node: container.getHttpUrl(),
112-
auth: {
113-
username: container.getUsername(),
114-
password: container.getPassword(),
115-
},
112+
// no auth, or ssl required
116113
});
117114
// }
118115

0 commit comments

Comments
 (0)