Skip to content

Commit

Permalink
Update agent/uiserver/uiserver_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Banks <banks@banksco.de>
  • Loading branch information
2 people authored and John Cowen committed Jan 20, 2021
1 parent 4575c0a commit ad34ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/uiserver/uiserver_test.go
Expand Up @@ -169,7 +169,7 @@ func extractApplicationJSON(t *testing.T, attrName, content string) string {
var scriptContent *html.Node
var find func(node *html.Node)

// recur down the tree and pick out <script attrName=ourAttrName>
// Recurse down the tree and pick out <script attrName=ourAttrName>
find = func(node *html.Node) {
if node.Type == html.ElementNode && node.Data == "script" {
for i := 0; i < len(node.Attr); i++ {
Expand Down

0 comments on commit ad34ff0

Please sign in to comment.