test/node/test_front.rb in zold-0.13.46 vs test/node/test_front.rb in zold-0.14.0

- old
+ new

@@ -82,10 +82,11 @@ assert_equal('200', response.code, response.body) [ "/wallet/#{wallet.id}", "/wallet/#{wallet.id}.txt", "/wallet/#{wallet.id}/balance", - "/wallet/#{wallet.id}/key" + "/wallet/#{wallet.id}/key", + "/wallet/#{wallet.id}/mtime" ].each do |u| res = Zold::Http.new(u).get assert_equal('200', res.code, res.body) end end