tasks/noc-integration/update-village-id-to-desa1-and-fix-sync-logic/20260330-1522
This commit is contained in:
@@ -3,7 +3,7 @@ import api from "@/api";
|
||||
import { prisma } from "@/utils/db";
|
||||
|
||||
describe("NOC API Module", () => {
|
||||
const idDesa = "darmasaba";
|
||||
const idDesa = "desa1";
|
||||
|
||||
it("should return last sync timestamp", async () => {
|
||||
const response = await api.handle(
|
||||
|
||||
Reference in New Issue
Block a user