Skip to content

Commit c6d0239

Browse files
committed
Merge branch 'bugfix/email-template-url-is-incorrect' into tmp/octopus/w/132.0/bugfix/email-template-url-is-incorrect
2 parents f4e7860 + f733b3c commit c6d0239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/alert-configuration/ConfigureAlerting.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const server = setupServer(
5454
},
5555
),
5656

57-
rest.get('http://localhost/brand/email.html', (req, res, ctx) => {
57+
rest.get('http://localhost/metalk8s/brand/email.html', (req, res, ctx) => {
5858
const result = 'TEMPLATE DELETED';
5959
return res(ctx.text(result));
6060
}),

0 commit comments

Comments
 (0)