From 9d6ddf9efeba92d07e2cfb2bb4d96a68d83ab60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Wed, 23 Jun 2021 12:09:13 +0100 Subject: [PATCH] fix(ci): change sentry uri --- ui/src/AppBoot.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/AppBoot.test.tsx b/ui/src/AppBoot.test.tsx index 3f40ec94b..c5b0dbf7b 100644 --- a/ui/src/AppBoot.test.tsx +++ b/ui/src/AppBoot.test.tsx @@ -24,7 +24,8 @@ afterEach(() => { }); }); -const FakeDSN = "https://81a9ef37a6ed4fdb80e9ea2310d1ed28@127.0.0.1/1234123"; +const FakeDSN = + "https://81a9ef37a6ed4fdb80e9ea2310d1ed28@sentry.example.com/1234123"; const MockSettings = ( version: string,