forked from CGM_Public/pretix_original
API: Expose organizer and event URL (Z#23116269) (#3121)
This commit is contained in:
@@ -27,7 +27,8 @@ from pretix.testutils.mock import mocker_context
|
||||
|
||||
TEST_ORGANIZER_RES = {
|
||||
"name": "Dummy",
|
||||
"slug": "dummy"
|
||||
"slug": "dummy",
|
||||
"public_url": "http://example.com/dummy/"
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user