Skip to content

Commit

Permalink
Fix async update provisioning tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Mar 22, 2019
1 parent eed7408 commit 404fcbe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
Expand Up @@ -67,5 +67,11 @@
</xsd:schema>
</definition>
</schema>
<!-- caching is set by default for AsyncUpdateConnector -->
<capabilities>
<configured xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3">
<cap:read>
<cap:cachingOnly>true</cap:cachingOnly>
</cap:read>
</configured>
</capabilities>
</resource>
Expand Up @@ -64,5 +64,11 @@
</xsd:schema>
</definition>
</schema>
<!-- caching is set by default for AsyncUpdateConnector -->
<capabilities>
<configured xmlns:cap="http://midpoint.evolveum.com/xml/ns/public/resource/capabilities-3">
<cap:read>
<cap:cachingOnly>true</cap:cachingOnly>
</cap:read>
</configured>
</capabilities>
</resource>

0 comments on commit 404fcbe

Please sign in to comment.