Skip to content

Commit 40fb20a

Browse files
committed
fix: update dockerNode cypress
Signed-off-by: John Molakvoæ <[email protected]>
1 parent 690362c commit 40fb20a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cypress/dockerNode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export const stopNextcloud = async function() {
156156
* @param container the container to get the ip from
157157
*/
158158
export const getContainerIP = async function(
159-
container: Container = docker.getContainer(CONTAINER_NAME)
159+
container: Container = docker.getContainer(CONTAINER_NAME),
160160
): Promise<string> {
161161
let ip = ''
162162
let tries = 0
@@ -195,7 +195,7 @@ export const waitOnNextcloud = async function(ip: string) {
195195
const runExec = async function(
196196
container: Docker.Container,
197197
command: string[],
198-
verbose = false
198+
verbose = false,
199199
) {
200200
const exec = await container.exec({
201201
Cmd: command,

0 commit comments

Comments
 (0)