MCPcopy Create free account
hub / github.com/gotify/server / createApp

Function createApp

ui/src/tests/message.test.ts:54–57  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

52 expect(page.url()).toContain('/');
53 });
54 const createApp = (name: string) =>
55 axios
56 .post<IApplication>(`${gotify.url}/application`, {name}, axiosAuth)
57 .then((resp) => resp.data.token);
58 it('shows navigation', async () => {
59 await page.waitForSelector(naviId);
60 });

Callers 1

message.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…