Skip to content

Commit 9cf3364

Browse files
committed
Fixed more stuff
1 parent 5d4bf42 commit 9cf3364

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
envs: GIT_TAG
2323
script: |
2424
cd epiready
25-
git pull https://shubhmgrg:${{ secrets.CR_TOKEN }}@github.com/your-user/your-repo.git
25+
git pull https://shubhmgrg:${{ secrets.CR_TOKEN }}@github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01s25-project-epiready.git
2626
git fetch --tags
2727
echo "Deploying version: $GIT_TAG"
2828
git checkout $GIT_TAG || true

epiready-backend/tests/test_shipment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def all(self): return [obj] if obj else []
1313
def first(self): return obj
1414
def count(self): return 0
1515
def order_by(self, *args, **kwargs): return self
16+
def limit(self, *args, **kwargs): return self
1617
return Q()
1718

1819

0 commit comments

Comments
 (0)