Skip to content

Commit

Permalink
Merge pull request #519 from syseleven/fix/acceptance_tests
Browse files Browse the repository at this point in the history
Switch to int_date for acceptance test
  • Loading branch information
bastelfreak authored Nov 26, 2019
2 parents 621548a + c3bcb9d commit 6f4831f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/virtualenv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class { 'python' :
owner => 'root',
group => 'root',
}
-> python::pip { 'Randomized_Requests' :
-> python::pip { 'int_date' :
ensure => 'latest',
virtualenv => '/opt/venv4',
}
Expand Down

0 comments on commit 6f4831f

Please sign in to comment.