Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
diogomatsubara committed Jun 29, 2023
1 parent 9567ec0 commit 30ad184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/api/v1/router_firmware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@ func TestIntegrationServerComponentFirmwareCreate(t *testing.T) {
"",
},
{
"duplicate vendor/component/version not allowed",
"duplicate vendor/component/version/filename not allowed",
&serverservice.ComponentFirmwareVersion{
UUID: uuid.New(),
Vendor: "dell",
Model: []string{"r615"},
Filename: "foobar",
Filename: "fooBAR",
Version: "12345",
Component: "bios",
Checksum: "foobar",
Expand Down

0 comments on commit 30ad184

Please sign in to comment.