Skip to content

Commit

Permalink
check for dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
linki committed Dec 18, 2023
1 parent ea6be21 commit 485e727
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/e2e/basic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func (f *TestStacksetSpecFactory) Create(stackVersion string) zv1.StackSetSpec {
}

if f.configMap {
panic("is this triggered?")
result.StackTemplate.Spec.ConfigurationResources = []zv1.ConfigurationResourcesSpec{

Check failure on line 141 in cmd/e2e/basic_test.go

View workflow job for this annotation

GitHub Actions / tests

unreachable: unreachable code (govet)

Check failure on line 141 in cmd/e2e/basic_test.go

View workflow job for this annotation

GitHub Actions / tests

unreachable: unreachable code (govet)
{
ConfigMapRef: corev1.LocalObjectReference{
Expand Down

0 comments on commit 485e727

Please sign in to comment.