File tree Expand file tree Collapse file tree
pkg/reconciler/app/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ func TestBuildRuntimeEnvVars(t *testing.T) {
113113 Optional : ptr .Bool (true ),
114114 },
115115 }},
116- {Name : "MEMORY_LIMIT" , Value : "$(MEMORY_LIMIT_IN_MB)M" },
116+ {Name : "MEMORY_LIMIT" , Value : "$(MEMORY_LIMIT_IN_MB)M" },
117117 },
118118 },
119119 "staging app" : {
@@ -154,7 +154,7 @@ func TestBuildRuntimeEnvVars(t *testing.T) {
154154 Optional : ptr .Bool (false ),
155155 },
156156 }},
157- {Name : "MEMORY_LIMIT" , Value : "$(MEMORY_LIMIT_IN_MB)M" },
157+ {Name : "MEMORY_LIMIT" , Value : "$(MEMORY_LIMIT_IN_MB)M" },
158158 },
159159 },
160160 "task app" : {
@@ -211,7 +211,7 @@ func TestBuildRuntimeEnvVars(t *testing.T) {
211211 Optional : ptr .Bool (true ),
212212 },
213213 }},
214- {Name : "MEMORY_LIMIT" , Value : "$(MEMORY_LIMIT_IN_MB)M" },
214+ {Name : "MEMORY_LIMIT" , Value : "$(MEMORY_LIMIT_IN_MB)M" },
215215 },
216216 },
217217 }
You can’t perform that action at this time.
0 commit comments