Skip to content

Commit

Permalink
api/v1/router_firmware_set_test: fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
joelrebel committed Aug 16, 2023
1 parent 41d1838 commit c424580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v1/router_firmware_set_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func TestIntegrationServerComponentFirmwareSetUpdate(t *testing.T) {
"",
},
{
"update a firmware set with no attributes data does overwrite existing attributes",
"update a firmware set with no attributes data does not overwrite existing attributes",
&serverservice.ComponentFirmwareSetRequest{
Name: "foobar-updated",
ID: firmwareSetID,
Expand Down

0 comments on commit c424580

Please sign in to comment.