Skip to content

fix: running tests / http requests where no proxy configured #5573

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 3 commits into from
Sep 15, 2021

Conversation

jcassidyav
Copy link
Contributor

@jcassidyav jcassidyav commented Sep 15, 2021

PR Checklist

What is the current behavior?

ns test android is broken

What is the new behavior?

ns test works

Fixes/Implements/Closes #5572

@cla-bot cla-bot bot added the cla: yes label Sep 15, 2021
@@ -6,6 +6,7 @@ import { injector } from "./yok";
import axios from "axios";
import { HttpStatusCodes } from "./constants";
import * as tunnel from "tunnel";
import { Agent } from "http";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import { Agent } from "http";

jcassidyav and others added 2 commits September 15, 2021 15:51
Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
Copy link
Member

@rigor789 rigor789 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rigor789 rigor789 merged commit d5121b4 into NativeScript:master Sep 15, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to run test android in cli 8.1.1
2 participants