11170: Set up a thread to reap the status of squeue runs so that they don't become...
[arvados.git] / services / api / lib / simulate_job_log.rb
index 860513f2f5846dc2abc1e8e08134d802e42110b0..0ad543edbf857c8cfccd7934762fe5918374cef4 100644 (file)
@@ -1,4 +1,7 @@
+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']