Skip to content

Commit f793ca5

Browse files
committed
itest: update index.html marker
1 parent 0233f27 commit f793ca5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

itest/litd_mode_integrated_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ import (
4040

4141
const (
4242
// indexHtmlMarker is a string that appears in the rendered index.html
43-
// file of the main UI. This is created by Webpack and should be fairly
44-
// stable.
45-
indexHtmlMarker = "webpackJsonplightning-terminal"
43+
// file of the main UI.
44+
indexHtmlMarker = "<title>Lightning Terminal</title>"
4645

4746
// mailboxServerAddr is the address of the mailbox server to use during
4847
// integration tests.

0 commit comments

Comments
 (0)