Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
david-venhoff committed Mar 25, 2024
1 parent 2b7df95 commit 0b31fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Migration(migrations.Migration):
"""

dependencies = [
("cms", "0086_alter_fields_for_django_4"),
("cms", "0088_rename_mt_related_fields"),
]

operations = [
Expand Down
6 changes: 3 additions & 3 deletions tests/api/api_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
"/api/v3/social/augsburg/de/willkommen/",
"tests/api/expected-outputs/augsburg_de_social_page.json",
200,
5,
3,
),
(
"/api/v3/social/augsburg/de/non-existing/",
Expand All @@ -578,13 +578,13 @@
"/api/v3/social/augsburg/de/events/test-veranstaltung/",
"tests/api/expected-outputs/augsburg_de_social_event.json",
200,
5,
3,
),
(
"/api/v3/social/augsburg/de/locations/test-ort/",
"tests/api/expected-outputs/augsburg_de_social_location.json",
200,
5,
3,
),
(
"/api/v3/social/augsburg/de/news/local/1/",
Expand Down

0 comments on commit 0b31fb4

Please sign in to comment.