We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe6cb98 commit 95c1413Copy full SHA for 95c1413
__tests__/apigw.test.js
@@ -46,7 +46,7 @@ describe('apigw', () => {
46
method: 'GET',
47
apiName: 'index',
48
function: {
49
- functionName: 'egg-function',
+ functionName: 'serverless-unit-test',
50
},
51
52
{
@@ -90,8 +90,8 @@ describe('apigw', () => {
90
91
functionNamespace: 'default',
92
functionQualifier: '$DEFAULT',
93
- transportFunctionName: 'fullstack-api',
94
- registerFunctionName: 'myRestAPI',
+ transportFunctionName: 'serverless-unit-test',
+ registerFunctionName: 'serverless-unit-test',
95
96
97
// below two api is for oauth2.0 test
0 commit comments