mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 19:35:41 +03:00
proper variable capture
This commit is contained in:
@@ -175,8 +175,8 @@ func TestVaultCompatibility(t *testing.T) {
|
||||
vaultBinaries := h.reconcile()
|
||||
|
||||
for version, vaultBin := range vaultBinaries {
|
||||
vbin := vaultBin
|
||||
t.Run(version, func(t *testing.T) {
|
||||
vbin := vaultBin
|
||||
testVaultCompatibility(t, vbin)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user