mirror of
https://github.com/status-im/consul.git
synced 2025-02-23 19:08:22 +00:00
agent: use testAgent_RegisterService_TranslateKeys()
When this test was refactored it looks like there was a copy+paste error and the test case was made to call the wrong function.
This commit is contained in:
parent
681bd8f57b
commit
4bad87c293
@ -3156,11 +3156,11 @@ func TestAgent_RegisterService_TranslateKeys(t *testing.T) {
|
|||||||
|
|
||||||
t.Run("normal", func(t *testing.T) {
|
t.Run("normal", func(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
testAgent_RegisterService_ACLDeny(t, "enable_central_service_config = false")
|
testAgent_RegisterService_TranslateKeys(t, "enable_central_service_config = false")
|
||||||
})
|
})
|
||||||
t.Run("service manager", func(t *testing.T) {
|
t.Run("service manager", func(t *testing.T) {
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
testAgent_RegisterService_ACLDeny(t, "enable_central_service_config = true")
|
testAgent_RegisterService_TranslateKeys(t, "enable_central_service_config = true")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3329,6 +3329,7 @@ func testAgent_RegisterService_TranslateKeys(t *testing.T, extraHCL string) {
|
|||||||
"some": "meta",
|
"some": "meta",
|
||||||
"enable_tag_override": "sidecar_service.meta is 'opaque' so should not get translated",
|
"enable_tag_override": "sidecar_service.meta is 'opaque' so should not get translated",
|
||||||
},
|
},
|
||||||
|
TaggedAddresses: map[string]structs.ServiceAddress{},
|
||||||
Port: 8001,
|
Port: 8001,
|
||||||
EnableTagOverride: true,
|
EnableTagOverride: true,
|
||||||
Weights: &structs.Weights{Passing: 1, Warning: 1},
|
Weights: &structs.Weights{Passing: 1, Warning: 1},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user