Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Feb 13, 2025
1 parent db1602a commit fdf8202
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions service/test/agama/storage/proposal_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -426,15 +426,25 @@ def drive(partitions)
storage: {
drives: [
{
name: "unknown"
search: "unknown"
}
]
}
}
end

it "returns nil" do
expect(subject.model_json).to be_nil
it "returns the config model" do
expect(subject.model_json).to eq(
{
boot: {
configure: true,
device: {
default: true
}
},
drives: []
}
)
end
end

Expand Down

0 comments on commit fdf8202

Please sign in to comment.