consul/agent/token
Daniel Nephin a80de898ea fix TestStore_RegularTokens
This test was only passing because t.Parallel was causing every subtest to run with the last value in the iteration,
which sets a value for all tokens. The test started to fail once t.Parallel was removed, but the same failure could
have been produced by adding 'tt := tt' to the t.Run() func.

These tests run in under 10ms, so there is no reason to use t.Parallel.
2020-08-31 14:59:14 -04:00
..
store.go Add ability for notifications when one of the agent tokens is updated (#8301) 2020-07-14 09:53:55 -04:00
store_oss.go Updates to allow for using an enterprise specific token as the agents token 2020-04-28 09:44:26 -04:00
store_test.go fix TestStore_RegularTokens 2020-08-31 14:59:14 -04:00