Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyair committed Mar 20, 2024
1 parent 20f78cb commit 3e2dc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/visual-regression/upload-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async function uploadFile() {
};
// https://antd-visual-diff.oss-cn-shanghai.aliyuncs.com/pr-47859/visualRegressionReport/images/current/menu-sider-current.compact.png
try {
const r1 = await client.put(`demo/image`, 'demo.png', {
const r1 = await client.put(`demo/image/demo.png`, 'demo.png', {
headers,
timeout: 60000 * 2,
});
Expand Down

0 comments on commit 3e2dc10

Please sign in to comment.