Skip to content

Commit

Permalink
web: Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Mar 13, 2024
1 parent 88fe6c1 commit 7153302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/client/storage.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const md0 = {
systems : ["openSUSE Leap 15.2"],
udevIds: [],
udevPaths: [],
filesystem: { type: "ext4", mountPath: "/test", label: "system" }
filesystem: { sid: 100, type: "ext4", mountPath: "/test", label: "system" }
};

const raid = {
Expand Down Expand Up @@ -864,6 +864,7 @@ const contexts = {
UdevPaths: { t: "as", v: [] }
},
"org.opensuse.Agama.Storage1.Filesystem": {
SID: { t: "u", v: 100 },
Type: { t: "s", v: "ext4" },
MountPath: { t: "s", v: "/test" },
Label: { t: "s", v: "system" }
Expand Down

0 comments on commit 7153302

Please sign in to comment.