mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-29 11:56:04 +08:00
Tweak for test cases
This commit is contained in:
parent
d26a1e086d
commit
6ef8c8f9bd
2 changed files with 3 additions and 3 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -73,6 +73,6 @@ jobs:
|
|||
DB_DATABASE: parcelvoy
|
||||
DB_USERNAME: root
|
||||
DB_PORT: 3306
|
||||
APP_BASE_URL: https://parcelvoy.com
|
||||
BASE_URL: https://parcelvoy.com
|
||||
QUEUE_DRIVER: memory
|
||||
STORAGE_DRIVER: s3
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||||
|
||||
exports[`LinkService clickWrapHtml links are wrapped 1`] = `"This is some html <a href=\\"https://twochris.com/c?u=M8LRMWZ645&c=1MLXN7R524&r=https%253A%252F%252Ftest.com\\">Test Link</a>"`;
|
||||
exports[`LinkService clickWrapHtml links are wrapped 1`] = `"This is some html <a href=\\"https://parcelvoy.com/c?u=M8LRMWZ645&c=1MLXN7R524&r=https%253A%252F%252Ftest.com\\">Test Link</a>"`;
|
||||
|
||||
exports[`LinkService openWrapHtml open tracking image is added to end of body 1`] = `"<html><body>This is some html<img border=\\"0\\" width=\\"1\\" height=\\"1\\" alt=\\"\\" src=\\"https://twochris.com/o?u=P9KR98X8L4&c=Y3QRV4XL74\\" /></body></html>"`;
|
||||
exports[`LinkService openWrapHtml open tracking image is added to end of body 1`] = `"<html><body>This is some html<img border=\\"0\\" width=\\"1\\" height=\\"1\\" alt=\\"\\" src=\\"https://parcelvoy.com/o?u=P9KR98X8L4&c=Y3QRV4XL74\\" /></body></html>"`;
|
||||
|
||||
exports[`LinkService preheaderWrapHtml complex html injects preheader 1`] = `
|
||||
"<html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue