Skip to content

Commit

Permalink
remove from configfile as an option
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed May 6, 2024
1 parent 97df7c3 commit 0bd87ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions starship/tests/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ func (s *TestSuite) SetupTest() {
s.T().Log(fmt.Errorf("env var %s not set, using default value", configEnvKey))
configFile = "configs/two-chain.yaml"
}
configFile = strings.Replace(configFile, "starship/", "", -1)
configFile = strings.Replace(configFile, "tests/e2e/", "", -1)
yamlFile, err := os.ReadFile(configFile)
s.Require().NoError(err)
Expand Down

0 comments on commit 0bd87ef

Please sign in to comment.