Skip to content

Commit

Permalink
webserver,test: fix live_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-warrior777 committed Dec 2, 2024
1 parent 83d7766 commit cf944a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/webserver/live_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2692,7 +2692,6 @@ func TestServer(t *testing.T) {
tCore.PostBond(&core.PostBondForm{Addr: firstDEX, Bond: 1, Asset: &assetID})
}

var appVersion = "1.0.2+release.local"
s, err := New(&Config{
Core: tCore,
MarketMaker: &TMarketMaker{
Expand All @@ -2704,7 +2703,7 @@ func TestServer(t *testing.T) {
Logger: logger,
NoEmbed: true, // use files on disk, and reload on each page load
HttpProf: true,
}, appVersion)
})
if err != nil {
t.Fatalf("error creating server: %v", err)
}
Expand Down

0 comments on commit cf944a5

Please sign in to comment.