Skip to content

Commit

Permalink
changed the ubuntu version to match to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
chanakar committed May 20, 2024
1 parent b6c0685 commit c47839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/ContainerEnvironmentCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function vefiryOSVersionTest (UnitTester $I)
{
$I->wantTo("Veify the container os version - Ubuntu 22.04");
$I->runShellCommand("docker exec db_container cat /etc/os-release | grep PRETTY_NAME | cut -d'=' -f 2");
$I->seeInShellOutput("Ubuntu 22.04.3 LTS");
$I->seeInShellOutput("Ubuntu 22.04.4 LTS");
}

public function vefiryInstalledMariaDBVersionTest (UnitTester $I)
Expand Down

0 comments on commit c47839a

Please sign in to comment.