Skip to content

Commit

Permalink
Adjust test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
phenaproxima committed Jul 17, 2024
1 parent 25dc2a2 commit 2599862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ComposerCommandsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function testRequireAndRemove(): void
$this->assertStringContainsString("[TUF] Loading '1.package_metadata.json' from static cache.", $debug);
$this->assertStringContainsString("[TUF] Loading '1.package.json' from static cache.", $debug);
// ...which should preclude any "not modified" responses.
$this->assertStringNotContainsString('[304] http://localhost:8080/', $debug);
$this->assertStringNotContainsString('[TUF] 304:', $debug);
// The metadata should actually be *downloaded* no more than twice -- once while the
// dependency tree is being solved, and again when the solved dependencies are actually
// downloaded (which is done by Composer effectively re-invoking itself, resulting in
Expand Down

0 comments on commit 2599862

Please sign in to comment.