File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ redis = "0.24"
99
99
runtime-tests = { path = " tests/runtime-tests" }
100
100
test-components = { path = " tests/test-components" }
101
101
test-codegen-macro = { path = " crates/test-codegen-macro" }
102
- test-environment = { git = " https://github.com/fermyon/conformance-tests" , branch = " testing-environment " }
102
+ test-environment = { git = " https://github.com/fermyon/conformance-tests" }
103
103
104
104
[build-dependencies ]
105
105
cargo-target-dep = { git = " https://github.com/fermyon/cargo-target-dep" , rev = " 482f269eceb7b1a7e8fc618bf8c082dd24979cf1" }
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ rust-version.workspace = true
11
11
[dependencies ]
12
12
anyhow = " 1.0"
13
13
testing-framework = { path = " ../testing-framework" }
14
- conformance-tests = { git = " https://github.com/fermyon/conformance-tests" , branch = " testing-environment " }
15
- test-environment = { git = " https://github.com/fermyon/conformance-tests" , branch = " testing-environment " }
14
+ conformance-tests = { git = " https://github.com/fermyon/conformance-tests" }
15
+ test-environment = { git = " https://github.com/fermyon/conformance-tests" }
16
16
17
17
[lints ]
18
18
workspace = true
Original file line number Diff line number Diff line change @@ -28,12 +28,13 @@ fn main() {
28
28
. send ( |request| spin. make_http_request ( request) )
29
29
. unwrap ( ) ;
30
30
if let Err ( e) =
31
- conformance_tests:: assertions:: assert_response ( invocation. response , actual)
31
+ conformance_tests:: assertions:: assert_response ( & invocation. response , & actual)
32
32
{
33
33
eprintln ! ( "Test failed: {e}" ) ;
34
34
eprintln ! ( "stderr: {}" , spin. stderr( ) ) ;
35
35
std:: process:: exit ( 1 ) ;
36
36
}
37
37
}
38
38
}
39
+ println ! ( "All tests passed!" )
39
40
}
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ anyhow = "1.0"
13
13
env_logger = " 0.10.0"
14
14
log = " 0.4"
15
15
testing-framework = { path = " ../testing-framework" }
16
- test-environment = { git = " https://github.com/fermyon/conformance-tests" , branch = " testing-environment " }
16
+ test-environment = { git = " https://github.com/fermyon/conformance-tests" }
17
17
test-components = { path = " ../test-components" }
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ http-body-util = "0.1.0"
11
11
log = " 0.4"
12
12
nix = " 0.26.1"
13
13
regex = " 1.10.2"
14
- reqwest = " 0.12 "
14
+ reqwest = { workspace = true }
15
15
temp-dir = " 0.1.11"
16
- test-environment = { git = " https://github.com/fermyon/conformance-tests" , branch = " testing-environment " }
16
+ test-environment = { git = " https://github.com/fermyon/conformance-tests" }
17
17
spin-trigger-http = { path = " ../../crates/trigger-http" }
18
18
spin-http = { path = " ../../crates/http" }
19
19
spin-trigger = { path = " ../../crates/trigger" }
You can’t perform that action at this time.
0 commit comments