Skip to content

Commit 9a16a1c

Browse files
committed
fix: update dnsx test to expect v1.2.2 image version
Updates the test expectation to match the dnsx docker image downgrade from v1.2.3 to v1.2.2 (commit eeaf451). Signed-off-by: Aseem Shrey <LuD1161@users.noreply.github.com>
1 parent 0319f24 commit 9a16a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/src/components/security/__tests__/dnsx.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ describe('dnsx component', () => {
161161

162162
expect(component.runner.kind).toBe('docker');
163163
if (component.runner.kind === 'docker') {
164-
expect(component.runner.image).toBe('projectdiscovery/dnsx:v1.2.3');
164+
expect(component.runner.image).toBe('projectdiscovery/dnsx:v1.2.2');
165165
expect(component.runner.entrypoint).toBe('sh');
166166
}
167167
});

0 commit comments

Comments
 (0)