mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Merge branch 'devel' into explicit-implicit-parents
This commit is contained in:
@@ -20,7 +20,7 @@ def test_get_activity_stream_list(monkeypatch, organization, get, user):
|
|||||||
@pytest.mark.django_db
|
@pytest.mark.django_db
|
||||||
def test_basic_fields(monkeypatch, organization, get, user):
|
def test_basic_fields(monkeypatch, organization, get, user):
|
||||||
u = user('admin', True)
|
u = user('admin', True)
|
||||||
activity_stream = ActivityStream.objects.latest('pk')
|
activity_stream = ActivityStream.objects.filter(organization=organization).latest('pk')
|
||||||
activity_stream.actor = u
|
activity_stream.actor = u
|
||||||
activity_stream.save()
|
activity_stream.save()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user