We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b80699 commit 9730e3fCopy full SHA for 9730e3f
1 file changed
packages/js/plugins/http/src/__tests__/e2e/e2e.spec.ts
@@ -149,7 +149,7 @@ describe("e2e tests for HttpPlugin", () => {
149
});
150
151
152
- describe.only("post method", () => {
+ describe("post method", () => {
153
test("successful request with request type as application/json", async () => {
154
const reqPayload = {
155
data: "test-request",
@@ -326,7 +326,7 @@ describe("e2e tests for HttpPlugin", () => {
326
}));
327
328
329
- test.only("successful request with form-data (complex)", async () => {
+ test("successful request with form-data (complex)", async () => {
330
const response = await polywrapClient.invoke<Http_Response>({
331
uri: "wrap://ens/http.polywrap.eth",
332
method: "post",
0 commit comments