Skip to content

Commit

Permalink
Update nvme_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
samjarrett authored May 10, 2024
1 parent 7dd7d36 commit 18f500d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/nvme_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestGetBlockDeviceMapping(t *testing.T) {
ModelNumber: AMZN_NVME_INS_MN,
BlockDevice: "ephemeral0:vdb",
ExpectedOutput: "",
ExpectedError: fmt.Errorf("🔴 /dev/nvme1n1: Instance-store vendor specific metadata did not match pattern. Pattern=^(ephemeral[0-9]):(sd[a-z]|none), Actual=ephemeral0:vdb"),
ExpectedError: fmt.Errorf("🔴 /dev/nvme1n1: Instance-store vendor specific metadata did not match pattern. Pattern=^(ephemeral[0-9]):(sd[a-z]|xvd[a-z]|none), Actual=ephemeral0:vdb"),
},
{
Name: "Invalid NVMe Device (Unsupported Vendor ID)",
Expand Down

0 comments on commit 18f500d

Please sign in to comment.