Skip to content
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

Fix otp #305

Merged
merged 10 commits into from
Feb 16, 2024
Merged

Fix otp #305

merged 10 commits into from
Feb 16, 2024

Conversation

SKairinos
Copy link
Contributor

@SKairinos SKairinos commented Feb 16, 2024

This change is Reviewable

Copy link
Contributor Author

@SKairinos SKairinos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 7 files reviewed, 2 unresolved discussions


backend/Pipfile line 10 at r1 (raw file):

#   https://github.com/ocadotechnology/codeforlife-package-python/blob/{ref}/Pipfile
# Replace "{ref}" in the above URL with the ref set below.
codeforlife = {ref = "fix_otp", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}

reminder: use new version


backend/Pipfile line 37 at r1 (raw file):

#   https://github.com/ocadotechnology/codeforlife-package-python/blob/{ref}/Pipfile
# Replace "{ref}" in the above URL with the ref set below.
codeforlife = {ref = "fix_otp", git = "https://github.com/ocadotechnology/codeforlife-package-python.git", extras = ["dev"]}

reminder: use new version

Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 7 of 7 files at r1, 2 of 2 files at r2, all commit messages.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @SKairinos)


backend/api/tests/serializers/test_auth_factor.py line 32 at r1 (raw file):

        assert not self.uni_auth_factor_teacher_user.auth_factors.exists()

    # test: validate

Do we need these?


backend/api/tests/serializers/test_auth_factor.py line 35 at r1 (raw file):

    def test_validate_type__already_exists(self):
        """Validate type is not doing this."""

What?


backend/api/tests/views/test_auth_factor.py line 31 at r1 (raw file):

        assert not self.uni_auth_factor_teacher_user.auth_factors.exists()

    # test: get queryset

Do we need these?

Copy link
Contributor Author

@SKairinos SKairinos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @faucomte97)


backend/api/tests/serializers/test_auth_factor.py line 32 at r1 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

Do we need these?

let's discuss in call.


backend/api/tests/serializers/test_auth_factor.py line 35 at r1 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

What?

looooooooooooooooooooooooooooooooool. Fixed.


backend/api/tests/views/test_auth_factor.py line 31 at r1 (raw file):

Previously, faucomte97 (Florian Aucomte) wrote…

Do we need these?

let's discuss in call.

Copy link
Contributor

@faucomte97 faucomte97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 2 of 2 files at r3, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @SKairinos)

@SKairinos SKairinos merged commit a22d4f9 into development Feb 16, 2024
3 of 4 checks passed
@SKairinos SKairinos deleted the fix_otp branch February 16, 2024 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants