Skip to content

Commit 8e0a29a

Browse files
fmenezesblva
andauthored
Update tests/integration/tools/atlas/clusters.test.ts
Co-authored-by: Bianca Lisle <40155621+blva@users.noreply.github.com>
1 parent 3387a6f commit 8e0a29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/tools/atlas/clusters.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ describeWithAtlas("clusters", (integration) => {
218218
}
219219
});
220220

221-
it("disconnects before connecting to another cluster", async () => {
221+
it("disconnects and deletes the database user before connecting to another cluster", async () => {
222222
const deleteDatabaseUserSpy = vitest.spyOn(
223223
integration.mcpServer().session.apiClient,
224224
"deleteDatabaseUser"

0 commit comments

Comments
 (0)