update hatchet expected version

This commit is contained in:
Casey Faist
2018-11-15 08:57:57 -06:00
parent 1dfef44085
commit 3434972e32
4 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ describe "Python!!!!!!!!!!!" do
it "🐍" do
Hatchet::Runner.new('python-getting-started', stack: DEFAULT_STACK).deploy do |app|
expect(app.output).to match(/Installing pip/)
expect(app.run('python -V')).to match(/3.6.6/)
expect(app.run('python -V')).to match(/3.6.7/)
end
end
end