Skip to content

Commit 6f4831f

Browse files
authored
Merge pull request voxpupuli#519 from syseleven/fix/acceptance_tests
Switch to int_date for acceptance test
2 parents 621548a + c3bcb9d commit 6f4831f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/virtualenv_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class { 'python' :
9494
owner => 'root',
9595
group => 'root',
9696
}
97-
-> python::pip { 'Randomized_Requests' :
97+
-> python::pip { 'int_date' :
9898
ensure => 'latest',
9999
virtualenv => '/opt/venv4',
100100
}

0 commit comments

Comments
 (0)