Fix 2.4.2 upgrade notes formatting refs #19330
[arvados.git] / services / api / lib / simulate_job_log.rb
index 860513f2f5846dc2abc1e8e08134d802e42110b0..abcf42eaa708594164214611eabe3a07c0e47b2f 100644 (file)
@@ -1,4 +1,11 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
+require 'current_api_client'
+
 module SimulateJobLog
+  include CurrentApiClient
   def replay(filename, multiplier = 1, simulated_job_uuid = nil)
     raise "Environment must be development or test" unless [ 'test', 'development' ].include? ENV['RAILS_ENV']