Skip to content

Commit 528f69b

Browse files
committed
Revert "test should fail"
This reverts commit fa34cd7.
1 parent fa34cd7 commit 528f69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('URL Endpoint Function Handler', () => {
2020

2121
const result = handler(url, urlPrefix, mockContext);
2222

23-
expect(result.url).toBe("https://ik.imagekit.io/demo/image2.jpg");
23+
expect(result.url).toBe(url);
2424
expect(result.signURL).toBe(false);
2525
});
2626
});

0 commit comments

Comments
 (0)