mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-08-06 15:33:27 +02:00
add test-the-application
This commit is contained in:
@@ -104,8 +104,6 @@ impl Selection {
|
||||
.build()
|
||||
.unwrap();
|
||||
|
||||
dbg!(&query);
|
||||
|
||||
let resp: Option<serde_json::Value> = match basic.block_on(gql_client.query(&query)) {
|
||||
Ok(r) => r,
|
||||
Err(e) => eyre::bail!(e),
|
||||
|
Reference in New Issue
Block a user