mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Replace Travis with GitHub actions and fix many typos (#1657)
* Create django.yml * Fix working directory * .. * . * .. * a. * .. * . * Fix typo * Install hunspell * maxfail * Fix install * . * Reduce number of typos * Even less typos * Postgres debug * Spelling fixes, yet again * Postgres with PW * Fix failing test * New workflows * Fix syntax error * Install gettext * Test aginst python 3.6 as well * Clean up strategies * Add badge, do not ignore migrations * Use pip cache
This commit is contained in:
@@ -1792,7 +1792,7 @@ def test_order_create_in_test_mode_saleschannel_limited(token_client, organizer,
|
||||
), format='json', data=res
|
||||
)
|
||||
assert resp.status_code == 400
|
||||
assert resp.data == {'testmode': ['This sales channel does not provide support for testmode.']}
|
||||
assert resp.data == {'testmode': ['This sales channel does not provide support for test mode.']}
|
||||
|
||||
|
||||
@pytest.mark.django_db
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
backend=postgresql_psycopg2
|
||||
name=pretix
|
||||
user=postgres
|
||||
password=
|
||||
host=localhost
|
||||
password=postgres
|
||||
host=127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user