From d35dedb15b872e52bf73d38f64ac452d2f5aaf5a Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Fri, 18 Apr 2025 09:59:40 +0200 Subject: [PATCH] test(integration): fix typo --- internal/app/integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/app/integration_test.go b/internal/app/integration_test.go index c4d0fde..6b03e86 100644 --- a/internal/app/integration_test.go +++ b/internal/app/integration_test.go @@ -301,7 +301,7 @@ func TestIntegrationCustomRTMPURL(t *testing.T) { time.Second, "expected to see custom host name", ) - printScreen(t, getContents, "Ater displaying the fatal error modal") + printScreen(t, getContents, "Ater opening the app with a custom host name") cancel()