test: integration tests (#40)
Co-authored-by: Gregor Martynus <[email protected]>
This commit is contained in:
co-authored by
Gregor Martynus
parent
49ce228ea7
commit
10f155294b
+4
-1
@@ -7,7 +7,10 @@
|
||||
export async function post(core, request) {
|
||||
const token = core.getState("token");
|
||||
|
||||
if (!token) return;
|
||||
if (!token) {
|
||||
core.info("Token is not set");
|
||||
return;
|
||||
}
|
||||
|
||||
await request("DELETE /installation/token", {
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user