Skip to content

Commit 2e59536

Browse files
committed
add one more
1 parent 59ab2c7 commit 2e59536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/sentry/migrations/test_0001_emerge_upload_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ def setup_initial_state(self):
1010
pass
1111

1212
def test(self):
13-
from sentry.preprod.models import PreprodArtifact
13+
from sentry.preprod.models import PreprodArtifact, PreprodBuildConfiguration
1414

1515
org = self.create_organization()
1616
project = self.create_project(organization=org)
1717
PreprodArtifact.objects.create(project=project)
18+
PreprodBuildConfiguration.objects.create(project=project, name="Release")

0 commit comments

Comments
 (0)