mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
spelling: propagated
This commit is contained in:
@@ -1193,7 +1193,7 @@ OUTER:
|
||||
}
|
||||
|
||||
// TestTaskTemplateManager_Config_ServerName asserts the tls_server_name
|
||||
// setting is propogated to consul-template's configuration. See #2776
|
||||
// setting is propagated to consul-template's configuration. See #2776
|
||||
func TestTaskTemplateManager_Config_ServerName(t *testing.T) {
|
||||
t.Parallel()
|
||||
c := config.DefaultConfig()
|
||||
@@ -1217,7 +1217,7 @@ func TestTaskTemplateManager_Config_ServerName(t *testing.T) {
|
||||
}
|
||||
|
||||
// TestTaskTemplateManager_Config_VaultGrace asserts the vault_grace setting is
|
||||
// propogated to consul-template's configuration.
|
||||
// propagated to consul-template's configuration.
|
||||
func TestTaskTemplateManager_Config_VaultGrace(t *testing.T) {
|
||||
t.Parallel()
|
||||
assert := assert.New(t)
|
||||
|
||||
@@ -491,7 +491,7 @@ func TestHTTP_AllocSnapshot_Atomic(t *testing.T) {
|
||||
}
|
||||
|
||||
// Make the request via the mux to make sure the error returned
|
||||
// by Snapshot is properly propogated via HTTP
|
||||
// by Snapshot is properly propagated via HTTP
|
||||
s.Server.mux.ServeHTTP(respW, req)
|
||||
resp := respW.Result()
|
||||
r := tar.NewReader(resp.Body)
|
||||
|
||||
Reference in New Issue
Block a user