Fix lint issues
Signed-off-by: guillaume <guillaume.derouville@gmail.com>
This commit is contained in:
parent
40f132b77b
commit
8f6b3e95a8
@ -18,8 +18,8 @@ _No input._
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*response.body* | `string` |- |
|
||||
|*response.statusCode* | `_\|_` |- |
|
||||
|*statusCode* | `string` |- |
|
||||
|*body* | `string` |- |
|
||||
|
||||
## http.#Do
|
||||
|
||||
@ -31,8 +31,8 @@ _No input._
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*response.body* | `string` |- |
|
||||
|*response.statusCode* | `_\|_` |- |
|
||||
|*statusCode* | `string` |- |
|
||||
|*body* | `string` |- |
|
||||
|
||||
## http.#Get
|
||||
|
||||
@ -44,8 +44,8 @@ _No input._
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*response.body* | `string` |- |
|
||||
|*response.statusCode* | `_\|_` |- |
|
||||
|*statusCode* | `string` |- |
|
||||
|*body* | `string` |- |
|
||||
|
||||
## http.#Post
|
||||
|
||||
@ -57,8 +57,8 @@ _No input._
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*response.body* | `string` |- |
|
||||
|*response.statusCode* | `_\|_` |- |
|
||||
|*statusCode* | `string` |- |
|
||||
|*body* | `string` |- |
|
||||
|
||||
## http.#Put
|
||||
|
||||
@ -70,5 +70,5 @@ _No input._
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------- |:-------------: |:-------------: |
|
||||
|*response.body* | `string` |- |
|
||||
|*response.statusCode* | `_\|_` |- |
|
||||
|*statusCode* | `string` |- |
|
||||
|*body* | `string` |- |
|
||||
|
@ -32,7 +32,6 @@ import (
|
||||
shell: path: "/bin/bash"
|
||||
always: true
|
||||
|
||||
|
||||
env: {
|
||||
METHOD: method
|
||||
HEADERS: json.Marshal(request.header)
|
||||
|
@ -8,9 +8,7 @@ import (
|
||||
TestRequest: {
|
||||
req: #Get & {
|
||||
url: "https://api.github.com/"
|
||||
request: header: {
|
||||
Accept: "application/json"
|
||||
}
|
||||
request: header: Accept: "application/json"
|
||||
}
|
||||
|
||||
testRaw: os.#Container & {
|
||||
@ -23,9 +21,7 @@ TestRequest: {
|
||||
content: req.response.body
|
||||
mode: 0o500
|
||||
}
|
||||
shell: {
|
||||
args: ["--noprofile", "--norc", "-eo", "pipefail", "-c"]
|
||||
}
|
||||
shell: args: ["--noprofile", "--norc", "-eo", "pipefail", "-c"]
|
||||
command: #Command
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user