Skip to content

Commit f733b3c

Browse files
Update API endpoint in ConfigureAlerting tests
1 parent 6c059cf commit f733b3c

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)