We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549138e commit 4b0373fCopy full SHA for 4b0373f
tests/integration/tools/atlas/accessLists.test.ts
@@ -12,7 +12,7 @@ function generateRandomIp() {
12
13
describeAtlas("ip access lists", (integration) => {
14
withProject(integration, ({ getProjectId }) => {
15
- const ips = [generateRandomIp(), generateRandomIp()]
+ const ips = [generateRandomIp(), generateRandomIp()];
16
const cidrBlocks = [generateRandomIp() + "/16", generateRandomIp() + "/24"];
17
const values = [...ips, ...cidrBlocks];
18
0 commit comments