20846: Update sdk/ruby for Ruby 3.
[arvados.git] / sdk / ruby / test / test_request_id.rb
index 2e25210ba706a792817a4fe2559416d070d8aed2..641b442751797a24218e5844892f79bd1c04a8e3 100644 (file)
@@ -17,6 +17,6 @@ class RequestIdTest < Minitest::Test
             arv.collection.get(uuid: "zzzzz-4zz18-zzzzzzzzzzzzzzz")
         end
         assert clnt.request_id != nil
-        assert_match /Uh-oh.*\(Request ID: req-[0-9a-zA-Z]{20}\)/, err.message
+        assert_match(/Uh-oh.*\(Request ID: req-[0-9a-zA-Z]{20}\)/, err.message)
     end
-end
\ No newline at end of file
+end