-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test case for update AssessmentRegistry Mutation #1523
Conversation
6b48cc7
to
d27a687
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thenav56 dai @sauravsapkota should we use snapshot in this case
bdcbc3a
to
aeca733
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just a question
f704be8
to
5ede6da
Compare
5ede6da
to
a2c2bec
Compare
a2c2bec
to
6648f4a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
6648f4a
to
16f4ed4
Compare
6d104c9
to
78bc438
Compare
diff --git a/README.md b/README.md index 2ff399cc5..8e09211e4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add this to your `.git/hooks/pre-commit` to generate latest graphql schema befor #!/bin/sh echo "pre-commit: Generating graphql schema." -if [ -z `docker ps -q --no-trunc | grep $(docker-compose ps -q web)` ]; then +if [ -z `docker ps -q --no-trunc | grep $(docker compose ps -q web)` ]; then docker compose run --rm web ./manage.py graphql_schema --out schema.graphql else docker compose exec -T web ./manage.py graphql_schema --out schema.graphql
Addresses
Changes
AssessmentRegistry
ID
required from not-required onUpdateAssessmentRegistry
MutationAssessmentRegistryOrganizationFactory
forAssessmentRegistryOrganization
ModelAssessmentRegistrySerializer
to check ifLead
does belong to theProject
docker-compose
todocker compose
This PR doesn't introduce any:
print
This PR contains valid: