Skip to content

Commit

Permalink
this didn't help
Browse files Browse the repository at this point in the history
  • Loading branch information
FrostyX committed Mar 3, 2024
1 parent f8bf929 commit b4dec63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/coprs_frontend/tests/coprs_test_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def f_fork_prepare(self, f_coprs, f_mock_chroots, f_builds):
)
build_chroots.append(buildchroot)
self.db.session.add(buildchroot)
self.db.session.add_all([self.b5, self.b6, self.b7, self.b8])
self.db.session.add_all([self.p4, self.b5, self.b6, self.b7, self.b8])

self.p5 = models.Package(
copr=self.c2, name="new-package", source_type=0)
Expand Down Expand Up @@ -522,7 +522,7 @@ def f_fork_prepare(self, f_coprs, f_mock_chroots, f_builds):
)
build_chroots.append(buildchroot)
self.db.session.add(buildchroot)
self.db.session.add_all([self.b9, self.b10, self.b11])
self.db.session.add_all([self.p5, self.b9, self.b10, self.b11])

@pytest.fixture
def f_fedora_branching(self, f_u1_ts_client, f_mock_chroots, f_db):
Expand Down

0 comments on commit b4dec63

Please sign in to comment.