Skip to content

Commit 8f2d7eb

Browse files
committed
Fix
1 parent a0c0705 commit 8f2d7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/6_protocol_mapper_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class { 'keycloak':
170170
}
171171
keycloak::spi_deployment { 'osc-keycloak-scripts':
172172
deployed_name => 'osc-keycloak-scripts-jar-with-dependencies.jar',
173-
source => 'https://github.com/OSC/osc-keycloak-scripts/releases/download/1.0.0/osc-keycloak-scripts-jar-with-dependencies.jar',
173+
source => 'https://github.com/OSC/osc-keycloak-scripts/releases/download/1.1.0/osc-keycloak-scripts-jar-with-dependencies.jar',
174174
}
175175
keycloak_realm { 'test': ensure => 'present' }
176176
keycloak_client_scope { 'saml on test':

0 commit comments

Comments
 (0)