use self hosted parity kovan for staging

This commit is contained in:
Taka Goto
2018-11-06 12:58:45 -06:00
parent 7afd978cf0
commit 627ae288bd
3 changed files with 2 additions and 26 deletions
@@ -19,7 +19,7 @@ func TestIntegrationTests(t *testing.T) {
var _ = BeforeSuite(func() {
testConfig := viper.New()
testConfig.SetConfigName("integration")
testConfig.SetConfigName("staging")
testConfig.AddConfigPath("$GOPATH/src/github.com/vulcanize/vulcanizedb/environments/")
err := testConfig.ReadInConfig()
ipc = testConfig.GetString("client.ipcPath")