Skip to content

Commit

Permalink
Fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ipv1337 committed Jun 22, 2023
1 parent c8c8130 commit 1c1388e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions projects/go_devops_cli_app/tests/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ schemaVersion: 2.0.0

fileExistenceTests:

# check that the apt-packages text file exists and has the correct permissions
- name: 'apt packages'
path: '/app'
# check that the go app text file exists and has the correct permissions
- name: 'go app'
path: '/app_bin'
shouldExist: true
#permissions: '-rwxr-xr-x'
2 changes: 1 addition & 1 deletion projects/py_devops_fastapi_app/tests/container_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fileExistenceTests:
- name: 'run_bin'
path: '/opt/projects/py_devops_fastapi_app/run_bin'
shouldExist: true
permissions: '-r-xr-xr-x'
#permissions: '-r-xr-xr-x'
# uid: 1000
# gid: 1000
# isExecutableBy: 'group'

0 comments on commit 1c1388e

Please sign in to comment.