Skip to content

Commit ecfb4ad

Browse files
authored
removes extra broken call of callHttpsTrigger (#431)
1 parent e1f0f8a commit ecfb4ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration_test/functions/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export const integrationTests: any = functions
124124
.collection('tests')
125125
.doc(testId)
126126
.set({ test: testId }),
127+
// Invoke a callable HTTPS trigger.
127128
callHttpsTrigger('callableTests', { foo: 'bar', testId }, baseUrl),
128129
// A Remote Config update to trigger the Remote Config tests.
129130
// admin.credential
@@ -150,8 +151,6 @@ export const integrationTests: any = functions
150151
.storage()
151152
.bucket()
152153
.upload('/tmp/' + testId + '.txt'),
153-
// Invoke a callable HTTPS trigger.
154-
callHttpsTrigger('callableTests', { foo: 'bar', testId }),
155154
// Invoke the schedule for our scheduled function to fire
156155
callScheduleTrigger('schedule', 'us-central1'),
157156
])

0 commit comments

Comments
 (0)