Skip to content

Commit 9730e3f

Browse files
committed
removed leftover .only from http plugin test
1 parent 4b80699 commit 9730e3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/js/plugins/http/src/__tests__/e2e/e2e.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ describe("e2e tests for HttpPlugin", () => {
149149
});
150150
});
151151

152-
describe.only("post method", () => {
152+
describe("post method", () => {
153153
test("successful request with request type as application/json", async () => {
154154
const reqPayload = {
155155
data: "test-request",
@@ -326,7 +326,7 @@ describe("e2e tests for HttpPlugin", () => {
326326
}));
327327
});
328328

329-
test.only("successful request with form-data (complex)", async () => {
329+
test("successful request with form-data (complex)", async () => {
330330
const response = await polywrapClient.invoke<Http_Response>({
331331
uri: "wrap://ens/http.polywrap.eth",
332332
method: "post",

0 commit comments

Comments
 (0)