Skip to content

Commit 4064ecf

Browse files
committed
Remove branch parameter from tests
1 parent e3c7d6f commit 4064ecf

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/unit/ctl/test_repository_app.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def test_repo_no_username_or_password(self, mock_init_client, mock_client) -> No
7474
}
7575
}
7676
""",
77-
branch_name="main",
7877
tracker="mutation-repository-create",
7978
)
8079

@@ -135,7 +134,6 @@ def test_repo_no_username(self, mock_init_client, mock_client) -> None:
135134
}
136135
}
137136
""",
138-
branch_name="main",
139137
tracker="mutation-repository-create",
140138
)
141139

@@ -198,7 +196,6 @@ def test_repo_username(self, mock_init_client, mock_client) -> None:
198196
}
199197
}
200198
""",
201-
branch_name="main",
202199
tracker="mutation-repository-create",
203200
)
204201

@@ -260,7 +257,6 @@ def test_repo_readonly_true(self, mock_init_client, mock_client) -> None:
260257
}
261258
}
262259
""",
263-
branch_name="main",
264260
tracker="mutation-repository-create",
265261
)
266262

@@ -329,7 +325,6 @@ def test_repo_description_commit_branch(self, mock_init_client, mock_client) ->
329325
}
330326
}
331327
""",
332-
branch_name="develop",
333328
tracker="mutation-repository-create",
334329
)
335330

0 commit comments

Comments
 (0)