Skip to content

Commit

Permalink
Adjust to new required parameters for Project object
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-helmich committed Dec 13, 2024
1 parent 8950d37 commit 5e5862d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Recipes/TestFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ public function __construct(TestCase $test)
statusSetAt: new \DateTime(),
webStorageUsageInBytes: 0,
webStorageUsageInBytesSetAt: new \DateTime(),
backupStorageUsageInBytes: 0,
backupStorageUsageInBytesSetAt: new \DateTime(),
))
->withClusterDomain('project.host')
->withClusterID('testing');
Expand Down

0 comments on commit 5e5862d

Please sign in to comment.