refactor(tests): do not check strictly for the tipi network (#2062)
This commit is contained in:
parent
a4da2830b8
commit
c780e2a253
|
@ -259,9 +259,9 @@ describe("App configs", () => {
|
|||
expect(dockerCompose.services[app.id]).toBeDefined();
|
||||
|
||||
expect(dockerCompose.services[app.id].networks).toBeDefined();
|
||||
expect(dockerCompose.services[app.id].networks).toStrictEqual([
|
||||
"tipi_main_network",
|
||||
]);
|
||||
expect(dockerCompose.services[app.id].networks).toContain(
|
||||
"tipi_main_network"
|
||||
);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user