Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yongxuanzhang committed Oct 23, 2023
1 parent 008da6d commit b7568a6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/custom_task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,10 @@ func resetConfigMap(ctx context.Context, t *testing.T, c *clients, namespace, co
func getFeatureFlagsBaseOnAPIFlag(t *testing.T) *config.FeatureFlags {
t.Helper()
alphaFeatureFlags, err := config.NewFeatureFlagsFromMap(map[string]string{
"enable-api-fields": "alpha",
"results-from": "sidecar-logs",
"enable-tekton-oci-bundles": "true",
"enable-api-fields": "alpha",
"results-from": "sidecar-logs",
"enable-tekton-oci-bundles": "true",
"enable-cel-in-whenexpression": "true",
})
if err != nil {
t.Fatalf("error creating alpha feature flags configmap: %v", err)
Expand Down

0 comments on commit b7568a6

Please sign in to comment.