fix tests

This commit is contained in:
Ruben Fiszel
2023-07-13 17:57:39 +02:00
parent 9e40c112a2
commit 80051fd4c2
+1 -2
View File
@@ -73,8 +73,7 @@ pub async fn handle_go_job(
create_args_and_out_file(client, job, job_dir).await?;
{
let sig = windmill_parser_go::parse_go_sig(&inner_content)?;
drop(inner_content);
s
const WRAPPER_CONTENT: &str = r#"package main
import (