Skip to content

Conversation

@NormB
Copy link
Owner

@NormB NormB commented Dec 8, 2025

Summary

  • Updated config_test.go to expect Debug=false as the default value (aligns with security fix from PR fix: codebase improvements from analysis #50)
  • Updated vault_test.go to include the appRoleDir parameter in all NewVaultClient calls (matches updated function signature)

Problem

After PR #50 merged, the Go tests were failing:

  1. config_test.go expected Debug=true default, but it was changed to false for security
  2. vault_test.go was calling NewVaultClient(addr, token) but the function now requires 3 parameters: NewVaultClient(addr, token, appRoleDir)

Test plan

  • Run go test ./... in reference-apps/golang/ - all tests pass

- Update config_test.go to expect Debug=false default (security fix)
- Update vault_test.go to include appRoleDir parameter in NewVaultClient calls
@NormB NormB merged commit e3eff88 into main Dec 8, 2025
30 checks passed
@NormB NormB deleted the fix/go-test-updates branch December 8, 2025 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants