Fix servers transport not found
This commit is contained in:
parent
2065f4c003
commit
96a3468791
2 changed files with 5 additions and 5 deletions
|
@ -33,8 +33,8 @@ func TestProviderAggregator_Provide(t *testing.T) {
|
|||
}()
|
||||
|
||||
// Make sure the file provider is always called first, followed by the internal provider.
|
||||
requireReceivedMessageFromProviders(t, cfgCh, []string{"file"})
|
||||
requireReceivedMessageFromProviders(t, cfgCh, []string{"internal"})
|
||||
requireReceivedMessageFromProviders(t, cfgCh, []string{"file"})
|
||||
|
||||
// Check if all providers have been called, the order doesn't matter.
|
||||
requireReceivedMessageFromProviders(t, cfgCh, []string{"salad", "tomato", "onion"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue