Bump backend version to 0.1.1 and validate plugin manifest sync
This commit is contained in:
@@ -31,7 +31,7 @@ def login_headers(username='alice'):
|
||||
|
||||
|
||||
def test_login_returns_token():
|
||||
assert app.version == '0.1.0'
|
||||
assert app.version == '0.1.1'
|
||||
response = client.post('/api/auth/login', json={
|
||||
'email': 'alice@example.com',
|
||||
'password': 'secret123',
|
||||
|
||||
Reference in New Issue
Block a user