Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
refactor libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
vggonzal authored and vggonzal committed Sep 28, 2023
1 parent 2941510 commit f8700d0
Show file tree
Hide file tree
Showing 109 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from pytest_dynamodb import factories

dynamo_test_proc = factories.dynamodb_proc(
dynamodb_dir=os.path.join(os.path.dirname(os.path.realpath(__file__)), '.'),
dynamodb_dir=os.path.join(os.path.dirname(os.path.realpath(__file__)), 'dynamodb_local'),
port=8000)


Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f8700d0

Please sign in to comment.