Skip to content

Commit 5a92492

Browse files
tests: check baked room server package (#269)
Fixes the merged symphony-codex eval assertion so it checks the actual package object in the rendered image package list. The baked package is exposed as `pkgs.symphony-room-server`, while its derivation name is `room-server-wrapped`. Validation: - `nix run nixpkgs#nixfmt-rfc-style -- --check tests/default.nix` - `nix --accept-flake-config --option eval-cache false eval --raw .#checks.x86_64-linux.eval.drvPath`
1 parent c5f4fac commit 5a92492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2324,7 +2324,7 @@ let
23242324
message = "symphony-codex image should publish an immutable production tag";
23252325
}
23262326
{
2327-
assertion = builtins.elem "symphony-room-server" symphonyCodex.packageNames;
2327+
assertion = builtins.elem pkgs.symphony-room-server symphonyCodex.packages;
23282328
message = "symphony-codex image should include the room-server binary it starts";
23292329
}
23302330
{

0 commit comments

Comments
 (0)