mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2024-11-22 15:22:13 +01:00
remove dummy string
This commit is contained in:
parent
147114fd9b
commit
e7f6560247
@ -198,46 +198,3 @@ impl Input for BuildArg {}
|
|||||||
assert_eq!(output.to_file_string().unwrap(), expected);
|
assert_eq!(output.to_file_string().unwrap(), expected);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const something: &str = r#"
|
|
||||||
{
|
|
||||||
"description": "",
|
|
||||||
"enumValues": null,
|
|
||||||
"fields": null,
|
|
||||||
"inputFields": [
|
|
||||||
{
|
|
||||||
"defaultValue": null,
|
|
||||||
"description": "",
|
|
||||||
"name": "name",
|
|
||||||
"type": {
|
|
||||||
"kind": "NON_NULL",
|
|
||||||
"name": null,
|
|
||||||
"ofType": {
|
|
||||||
"kind": "SCALAR",
|
|
||||||
"name": "String",
|
|
||||||
"ofType": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"defaultValue": null,
|
|
||||||
"description": "",
|
|
||||||
"name": "value",
|
|
||||||
"type": {
|
|
||||||
"kind": "NON_NULL",
|
|
||||||
"name": null,
|
|
||||||
"ofType": {
|
|
||||||
"kind": "SCALAR",
|
|
||||||
"name": "String",
|
|
||||||
"ofType": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"interfaces": null,
|
|
||||||
"kind": "INPUT_OBJECT",
|
|
||||||
"name": "BuildArg",
|
|
||||||
"possibleTypes": null
|
|
||||||
},
|
|
||||||
|
|
||||||
"#;
|
|
||||||
|
Loading…
Reference in New Issue
Block a user