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 5c29f2d commit 8d504f9Copy full SHA for 8d504f9
types/aws-lambda/test/transfer-family-authorizer-tests.ts
@@ -121,14 +121,13 @@ const getPathBasedDirectoryResponse = (event: TransferFamilyAuthorizerEvent): Tr
121
return response;
122
};
123
124
-
125
/**
126
* Example that constructs test event for an undefined password for key based auth
127
*/
128
const testEvent: TransferFamilyAuthorizerEvent = {
129
username: "testinguser",
130
protocol: "SFTP",
131
serverId: "10.10.10.10.10",
132
- sourceIp: "0.0.0.0.0"
133
-}
134
-const getPathBasedDirectoryResponseResult = getPathBasedDirectoryResponse(testEvent)
+ sourceIp: "0.0.0.0.0",
+};
+const getPathBasedDirectoryResponseResult = getPathBasedDirectoryResponse(testEvent);
0 commit comments