Skip to content

Commit

Permalink
e2e: correct typo in test context name
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Duarte Barroso <[email protected]>
  • Loading branch information
maiqueb committed Mar 27, 2023
1 parent a556f6e commit c29c24a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ var _ = Describe("Multus dynamic networks controller", func() {
})
})

Context("a provisioned pod whose network selection elements do not feature the inteface name", func() {
Context("a provisioned pod whose network selection elements do not feature the interface name", func() {
const (
ifaceToAdd = "ens58"
macAddress = "02:03:04:05:06:07"
Expand Down

0 comments on commit c29c24a

Please sign in to comment.