Skip to content

Commit e282354

Browse files
committed
fix 2
1 parent 8b74869 commit e282354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/network/http/api/indirected_routes_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
end
253253

254254
it "raises 406 not acceptable if no formats are accceptable" do
255-
# prevent stubbing out the behavior test is trying to test
255+
# do not want to stub out behavior in test
256256
Puppet[:allow_pson_serialization] = true
257257
data = Puppet::IndirectorTesting.new("my data")
258258
indirection.save(data, "my data")

0 commit comments

Comments
 (0)