Skip to content

Commit 4a090f2

Browse files
author
Helen
authored
Merge pull request #230 from glennsarti/puppet-4-update
(MODULES-5126) Use integer in acceptance test
2 parents c2326b3 + d348559 commit 4a090f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/sqlserver_user_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def ensure_sqlserver_database(db_name, ensure_val = 'present')
2525
sqlserver::database{ '#{db_name}':
2626
instance => 'MSSQLSERVER',
2727
collation_name => 'SQL_Estonian_CP1257_CS_AS',
28-
compatibility => '100',
28+
compatibility => 100,
2929
containment => 'PARTIAL',
3030
require => Sqlserver::Sp_configure['spconfig1']
3131
}

0 commit comments

Comments
 (0)