mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Update path_tidy_user_id_test.go
This commit is contained in:
parent
fb94d03b75
commit
2335958260
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ func TestAppRole_TidyDanglingAccessors_RaceTest(t *testing.T) {
|
|||
}
|
||||
count := 1
|
||||
|
||||
wg := sync.WaitGroup{}
|
||||
wg := &sync.WaitGroup{}
|
||||
now := time.Now()
|
||||
started := false
|
||||
for {
|
||||
|
|
|
|||
Loading…
Reference in a new issue