Skip to content

Commit 1ca7f92

Browse files
committed
Make test run on github
1 parent 6a92e82 commit 1ca7f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-server/test/rest-methods.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ skip("Get works on empty response", async t => {
5252
t.is(response.statusCode, 204, "No content");
5353
});
5454

55-
noGHTest("Get works when we have content", async t => {
55+
test("Get works when we have content", async t => {
5656
const { request, response } = mockRequestResponse("GET", "/api/get");
5757

5858
api.get("/api/get", RunnerMessageCode.MONITORING, comm);

0 commit comments

Comments
 (0)