Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(Inso): Unexpected error cannot find response.timeline #8225

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ color: null
created: 1592252904087
data:
base_path: ""
host: 200.insomnia.rest
host: insomnia.rest
scheme: https
dataPropertyOrder: null
isPrivate: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ settingRebuildPath: true
settingSendCookies: true
settingStoreCookies: true
type: Request
url: "{{ base_url }}/global"
url: "{{ base_url }}"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_id: ut_6b214a8cd07046f2a8f43237ca913c73
code: expect(insomnia.activeRequestId).to.equal('req_wrk_012d4860c7da418a85ffea7406e1292a21946b60')
code: const response1 = await insomnia.send();expect(response1.status).to.equal(200);
created: 1593668846292
modified: 1593669592203
name: Expect active request to be set
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
_id: ut_6b214a8cd07046f2a8f98145gb878a57
code: expect(insomnia.activeRequestId).to.equal('req_wrk_012d4860c7da418a85ffea7406e1292a21946b60')
created: 1593668846292
modified: 1593669592203
name: Expect active request to be set
parentId: uts_fe901c6565044f00aa620d3fe47f443f
requestId: req_wrk_012d4860c7da418a85ffea7406e1292a21946b60
type: UnitTest
Empty file.
Loading