Skip to content

Commit

Permalink
itest: update index.html marker
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaljsr committed Apr 3, 2022
1 parent 8ed7a4f commit a10b47c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions itest/litd_mode_integrated_test.go
Expand Up @@ -40,9 +40,8 @@ import (

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

// mailboxServerAddr is the address of the mailbox server to use during
// integration tests.
Expand Down

0 comments on commit a10b47c

Please sign in to comment.