Skip to content

Commit

Permalink
feat(BUX-361): important message in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba-4chain committed Dec 14, 2023
1 parent c07079f commit 2a51ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/load_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ func TestLoadConfig(t *testing.T) {
anotherPath := "anotherPath.yml"

// when
// IMPORTANT! If you need to change the name of this variable, it means you're
// making backwards incompatible changes. Please inform all Bux adoptors and
// update your configs on all servers and scripts.
os.Setenv("BUX_CONFIG_FILE", anotherPath)
_, err := Load()

Expand Down

0 comments on commit 2a51ac0

Please sign in to comment.