lib/octobat/exports_setting.rb in octobat-2.0.18 vs lib/octobat/exports_setting.rb in octobat-2.0.19

- old
+ new

@@ -8,10 +8,10 @@ api_key ||= @api_key opts[:api_key] = api_key instance = self.new(nil, opts) - response, api_key = Octobat.request(:get, url + '/default', api_key, params) + response, api_key = Octobat.request(:get, url + '/default', api_key, params, opts) instance.refresh_from(response, api_key) instance end end