Skip to content

Commit

Permalink
fix(deck): haltodeck test
Browse files Browse the repository at this point in the history
  • Loading branch information
KeisukeYamashita committed Sep 3, 2020
1 parent dd28cd2 commit 5bca840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/convert/deck_test.go
Expand Up @@ -244,7 +244,7 @@ var deckTests = configTest{
Feature: &config.Deck_Features{},
Notifications: &config.Deck_Notifications{},
Providers: &config.Deck_Providers{
Kubernetes: &config.Deck_Providers_Kubernetes{},
Kubernetes: &config.Deck_Providers_Kubernetes{Defaults: &config.Deck_Providers_Kubernetes_Defaults{}},
},
},
},
Expand Down

0 comments on commit 5bca840

Please sign in to comment.