Skip to content

Commit 306617e

Browse files
committed
Use Aws::Json in user agent spec
1 parent 83d2934 commit 306617e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gems/aws-sdk-core/spec/aws/plugins/user_agent_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def assert_header(expected, actual)
8686
end
8787

8888
context 'test runner' do
89-
tests = JSON.load_file(
89+
tests = Json.load_file(
9090
File.join(File.dirname(__FILE__), 'user_agent_tests.json')
9191
)
9292

0 commit comments

Comments
 (0)