Skip to content

Commit eb2de0c

Browse files
committed
fix test
1 parent db2cff0 commit eb2de0c

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
@@ -84,7 +84,7 @@ describeWithAtlas("clusters", (integration) => {
8484
expect(elements).toHaveLength(2);
8585
expect(elements[0]?.text).toContain("Cluster details:");
8686
expect(elements[1]?.text).toContain("<untrusted-user-data-");
87-
expect(elements[1]?.text).toContain(`${clusterName} | `);
87+
expect(elements[1]?.text).toContain(`${clusterName}`);
8888
});
8989
});
9090

0 commit comments

Comments
 (0)