Merge pull request #100 from 8thlight/update-integration-tests

integration tests hits self hosted remote parity kovan node:
This commit is contained in:
Takayuki Goto
2018-11-06 12:08:48 -06:00
committed by GitHub
3 changed files with 26 additions and 2 deletions
@@ -19,7 +19,7 @@ func TestIntegrationTests(t *testing.T) {
var _ = BeforeSuite(func() {
testConfig := viper.New()
testConfig.SetConfigName("staging")
testConfig.SetConfigName("integration")
testConfig.AddConfigPath("$GOPATH/src/github.com/vulcanize/vulcanizedb/environments/")
err := testConfig.ReadInConfig()
ipc = testConfig.GetString("client.ipcPath")