Skip to content

Commit 4482b6e

Browse files
committed
fix tests for new types in init.pp
1 parent a393b10 commit 4482b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/classes/nginx_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
{
408408
title: 'should set worker_rlimit_nofile',
409409
attr: 'worker_rlimit_nofile',
410-
value: 10000,
410+
value: 10_000,
411411
match: 'worker_rlimit_nofile 10000;'
412412
},
413413
{

0 commit comments

Comments
 (0)