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

Feature/remove django choices #79

Merged
merged 4 commits into from
Sep 18, 2023
Merged

Conversation

annashamray
Copy link
Contributor

No description provided.

@annashamray annashamray marked this pull request as ready for review September 6, 2023 13:20
@@ -1531,7 +1531,7 @@ def test_full_update_gebruiksrechten(self):

# Create gebruiksrechten
gebruiksrechten_data = {
"informatieobject": f"https://testserver/api/v1/documenten/{document.uuid}",
Copy link
Member

Choose a reason for hiding this comment

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

Why was this changed? I prefer not to have specific URLs.

Copy link
Contributor Author

@annashamray annashamray Sep 18, 2023

Choose a reason for hiding this comment

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

These "https://testserver/..." urls fail when CI runs with turned on URL mapping, because this pattern is not known for set upt UrlMapping data.
TBH I don't know why it worked before, but other Gebruiksrechten tests have "https://drc.utrechtproeftuin.nl/..." urls so I just adjusted these two tests to match

Copy link
Member

Choose a reason for hiding this comment

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

Ok, then this will be moved to a new issue.

@annashamray annashamray merged commit 6ff1ce1 into master Sep 18, 2023
16 checks passed
@annashamray annashamray deleted the feature/remove-django-choices branch September 18, 2023 12:22
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.

3 participants