We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd34f80 commit fac79edCopy full SHA for fac79ed
tests/sentry/projectoptions/test_basic.py
@@ -81,9 +81,7 @@ def test_project_template_options(default_project):
81
assert default_project.get_option("test_option") == "default"
82
83
template = ProjectTemplate.objects.create(
84
- name="Test Template",
85
- organization=default_project.organization,
86
- project=default_project,
+ name="Test Template", organization=default_project.organization
87
)
88
89
default_project.template = template
0 commit comments