Skip to content

Commit

Permalink
config logging test: expect a default value
Browse files Browse the repository at this point in the history
update the test to expect a default value to be used
  • Loading branch information
fallwith committed Oct 10, 2024
1 parent 22ceb3e commit 5c7a532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiverse/suites/agent_only/logging_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def test_logs_app_name
def test_logs_error_with_bad_app_name
running_agent_writes_to_log(
{:app_name => false},
'No application name configured.'
'Using the default value'
)
end

Expand Down

0 comments on commit 5c7a532

Please sign in to comment.