We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f4063c commit 5487140Copy full SHA for 5487140
1 file changed
handwritten/logging/test/metadata.js
@@ -186,7 +186,8 @@ describe('metadata', function() {
186
187
metadata.logging.auth.getEnvironment = function(callback) {
188
callback(null, {
189
- IS_APP_ENGINE: true
+ IS_APP_ENGINE: true,
190
+ IS_COMPUTE_ENGINE: true
191
});
192
};
193
@@ -209,7 +210,8 @@ describe('metadata', function() {
209
210
211
212
- IS_CLOUD_FUNCTION: true
213
+ IS_CLOUD_FUNCTION: true,
214
215
216
217
@@ -255,6 +257,7 @@ describe('metadata', function() {
255
257
256
258
259
260
+ IS_COMPUTE_ENGINE: true,
261
IS_CONTAINER_ENGINE: true
262
263
0 commit comments