Skip to content

Commit

Permalink
Fix the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lvps committed Apr 5, 2024
1 parent 22c2963 commit c38c32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Generate ACIs
working-directory: ./aci
run: |
python make_acis.py -l -s $TEST_SUFFIX > aci_tmp.ldif
python make_acis.py -l -s $TEST_SUFFIX > $TEST_ACI_LDIF
- name: Run test script
working-directory: ./aci
run: |
Expand Down
2 changes: 1 addition & 1 deletion aci/test_acis.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def reset_database():
except ldap.NO_SUCH_OBJECT:
pass

with open('tests/everything.ldif', 'rb') as f:
with open('everything.ldif', 'rb') as f:
parser = MyLDIFWriter(f, conn)
parser.parse()

Expand Down

0 comments on commit c38c32a

Please sign in to comment.