Skip to content

Commit

Permalink
Fix for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
artemnikitin committed Mar 31, 2016
1 parent 926ddcb commit 2cd4b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/artemnikitin/devicefarm-ci-tool/errors"
)

const m = map[string]string{
var m = map[string]string{
"APPIUM_JAVA_JUNIT": "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
"APPIUM_JAVA_TESTNG": "APPIUM_JAVA_TESTNG_TEST_PACKAGE",
"APPIUM_PYTHON": "APPIUM_PYTHON_TEST_PACKAGE",
Expand Down

0 comments on commit 2cd4b79

Please sign in to comment.