Skip to content

Commit 5196c64

Browse files
committed
Fix tests
1 parent 015861e commit 5196c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PluginTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ private function slsPrint(string $configFile): array
114114

115115
private static function assertFunction(array $config, string $brefRuntime, array $layers): void
116116
{
117-
self::assertEquals('provided.al2', $config['runtime']);
117+
self::assertEquals('provided.al2023', $config['runtime']);
118118
self::assertEquals($brefRuntime, $config['environment']['BREF_RUNTIME']);
119119
self::assertCount(count($layers), $config['layers'], sprintf('Expected %d layers, got %d: %s', count($layers), count($config['layers']), json_encode($config['layers'], JSON_THROW_ON_ERROR)));
120120
foreach ($layers as $index => $layer) {

0 commit comments

Comments
 (0)