Skip to content

Commit

Permalink
fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Apr 16, 2024
1 parent cefe03d commit ae4335f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-ai-transformer/tests/confimap_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests:
template: config-ai-transformer.yaml
- equal:
path: data.FILE_STORE_URL
value: http://acs-alfresco-transform-service/alfresco/api/-default-/private/sfs/versions/1/file/
value: http://acs-alfresco-transform-service/alfresco/api/-default-/private/sfs/versions/1/file
template: config-sfs.yaml
- equal:
path: data.BROKER_URL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tests:
template: configmap-ats.yaml
- equal:
path: data.SFS_URL
value: http://sfs/alfresco/api/-default-/private/sfs/versions/1/file/
value: http://sfs/alfresco/api/-default-/private/sfs/versions/1/file
template: configmap-ats.yaml

- it: should fail rendering manifest without required values
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tests:
template: configmap-ats.yaml
- equal:
path: data.SFS_URL
value: http://sfs/alfresco/api/-default-/private/sfs/versions/1/file/
value: http://sfs/alfresco/api/-default-/private/sfs/versions/1/file
template: configmap-ats.yaml
- contains:
path: spec.template.spec.containers[0].env
Expand Down

0 comments on commit ae4335f

Please sign in to comment.