We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a92e82 commit 1ca7f92Copy full SHA for 1ca7f92
packages/api-server/test/rest-methods.spec.ts
@@ -52,7 +52,7 @@ skip("Get works on empty response", async t => {
52
t.is(response.statusCode, 204, "No content");
53
});
54
55
-noGHTest("Get works when we have content", async t => {
+test("Get works when we have content", async t => {
56
const { request, response } = mockRequestResponse("GET", "/api/get");
57
58
api.get("/api/get", RunnerMessageCode.MONITORING, comm);
0 commit comments