Skip to content

Commit 974a5f4

Browse files
author
heraclmene
committed
One more report card fix
1 parent e04b5ea commit 974a5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capabilities.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func (c *Capabilities) SetBrowser(b Browser) {
8686

8787
func (c *Capabilities) toJSON() (string, error) {
8888
capabilities := map[string]map[string]interface{}{
89-
"desiredCapabilities": map[string]interface{}{
89+
"desiredCapabilities": {
9090
"browserName": c.browser.BrowserName(),
9191
},
9292
}

0 commit comments

Comments
 (0)