Skip to content

Commit

Permalink
fix repo test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Oct 1, 2024
1 parent 94e960a commit 94bb5d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions roles/repository/molecule/default/tests/test_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ def test_alfresco_api(host):
if acs_version.startswith('23.2.1'):
# Known issue with discovery api in 23.2.1
acs_version = '23.2.0'
if acs_version.startswith('23.3.2'):
# Known issue with discovery api in 23.3.2
acs_version = '23.3.1.2'
assert_that(response['entry']['repository']['version']['display'], contains_string(acs_version))


Expand Down
2 changes: 1 addition & 1 deletion tests/test-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"assertions": {
"acs": {
"edition": "Enterprise",
"version": "23.3.1",
"version": "23.3.2",
"identity": false,
"modules": [
{
Expand Down

0 comments on commit 94bb5d7

Please sign in to comment.