Skip to content

Commit 2fea67e

Browse files
committed
fix formatting
1 parent 6f7d798 commit 2fea67e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/integration/test_legacy_project.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ def test_project_auto_audit_parameters(client, rand_gen):
3838

3939
def test_project_name_parameter(client, rand_gen):
4040
with pytest.raises(ValueError,
41-
match="project name must be a valid string."
42-
):
41+
match="project name must be a valid string."):
4342
client.create_project()
4443

4544
with pytest.raises(ValueError,
46-
match="project name must be a valid string."
47-
):
45+
match="project name must be a valid string."):
4846
client.create_project(name=" ")

0 commit comments

Comments
 (0)