Skip to content

Commit

Permalink
refactor: change test values
Browse files Browse the repository at this point in the history
  • Loading branch information
afdesk committed Nov 1, 2024
1 parent 34ec6fb commit 3da704c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/jobs/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ func TestFilterCommandsByPlatform(t *testing.T) {
},
},
{
name: "select AKS commands",
platform: "aks",
name: "select commands for unknown platform (by default, using `k8s`)",
platform: "unknown-ks",
commandsMap: commandsMap,
want: &NodeCommands{
Commands: commandsK8s,
Expand Down

0 comments on commit 3da704c

Please sign in to comment.