gridinit-jmeter 0.0.7 → 0.0.8
Sign up to get free protection for your applications and to get access to all the features.
- data/examples/basic_grid.rb +1 -1
- data/lib/gridinit-jmeter/dsl.rb +1 -1
- data/lib/gridinit-jmeter/version.rb +1 -1
- metadata +1 -1
data/examples/basic_grid.rb
CHANGED
data/lib/gridinit-jmeter/dsl.rb
CHANGED
@@ -162,7 +162,7 @@ module Gridinit
|
|
162
162
|
file = Tempfile.new('jmeter')
|
163
163
|
file.write(doc.to_xml(:indent => 2))
|
164
164
|
file.rewind
|
165
|
-
response = RestClient.post "http://#{params[:endpoint] ? params[:endpoint] : 'gridinit.com'}/api?token=#{token}",
|
165
|
+
response = RestClient.post "http://#{params[:endpoint] ? params[:endpoint] : 'gridinit.com'}/api?token=#{token}®ion=#{params[:region]}",
|
166
166
|
{
|
167
167
|
:name => 'attachment',
|
168
168
|
:attachment => File.new("#{file.path}", 'rb'),
|