Skip to content

Commit b54628d

Browse files
authored
Update examples_test.go
1 parent 253b33f commit b54628d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func checkui(ts *testscript.TestScript, neg bool, args []string) {
8787
defer resp.Body.Close()
8888
ts.Check(err)
8989

90-
const want = `<div id="plots">`
90+
const want = `id="plots"`
9191
if !bytes.Contains(body, []byte(want)) {
9292
ts.Fatalf("checkui: response body doesn't contain %s\n\nbody;\n\n%s", want, body)
9393
}

0 commit comments

Comments
 (0)