Merge pull request #100 from 8thlight/update-integration-tests
integration tests hits self hosted remote parity kovan node:
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user