diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:08:44 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:08:44 -0500 |
| commit | 565b27e403571c307f568f691fcc8275a662e730 (patch) | |
| tree | 39319a72fae63af5a0e88a134ebf6600fb5f3fd1 /test | |
| parent | 899aa2269954097f81818cffe0c35cad8fc9b1d0 (diff) | |
| download | rabbitmq-server-git-565b27e403571c307f568f691fcc8275a662e730.tar.gz | |
spelling: explicitly
Diffstat (limited to 'test')
| -rw-r--r-- | test/dynamic_ha_SUITE.erl | 2 | ||||
| -rw-r--r-- | test/unit_log_config_SUITE.erl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/dynamic_ha_SUITE.erl b/test/dynamic_ha_SUITE.erl index 6ccf3a75c3..3bdf7bb009 100644 --- a/test/dynamic_ha_SUITE.erl +++ b/test/dynamic_ha_SUITE.erl @@ -484,7 +484,7 @@ failing_random_policies(Config) -> [A, B | _] = Nodes = rabbit_ct_broker_helpers:get_node_configs(Config, nodename), %% Those set of policies were found as failing by PropEr in the - %% `random_policy` test above. We add them explicitely here to make + %% `random_policy` test above. We add them explicitly here to make %% sure they get tested. ?assertEqual(true, test_random_policy(Config, Nodes, [{nodes, [A, B]}, {nodes, [A]}])), diff --git a/test/unit_log_config_SUITE.erl b/test/unit_log_config_SUITE.erl index 584aa76760..07134f309a 100644 --- a/test/unit_log_config_SUITE.erl +++ b/test/unit_log_config_SUITE.erl @@ -660,7 +660,7 @@ env_var_tty(_) -> application:set_env(rabbit, lager_log_root, "/tmp/log_base"), application:set_env(rabbit, lager_default_file, tty), application:set_env(rabbit, lager_upgrade_file, tty), - %% tty can only be set explicitely + %% tty can only be set explicitly os:putenv("RABBITMQ_LOGS_source", "environment"), rabbit_lager:configure_lager(), |
