Skip to content

Commit

Permalink
proper variable capture
Browse files Browse the repository at this point in the history
  • Loading branch information
dadgar committed Sep 24, 2018
1 parent f7f5da2 commit 668a901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/vault/vault_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})
}
Expand Down

0 comments on commit 668a901

Please sign in to comment.