We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa1a67 commit 491bc73Copy full SHA for 491bc73
tests/integration.rs
@@ -98,6 +98,7 @@ mod integration_tests {
98
99
#[test]
100
#[cfg(feature = "extern-dependencies-tests")]
101
+ #[allow(dependency_on_unit_never_type_fallback)]
102
/// Test that basic redis trigger support works
103
fn redis_smoke_test() -> anyhow::Result<()> {
104
use anyhow::Context;
tests/testcases/mod.rs
@@ -204,6 +204,7 @@ pub fn http_smoke_test_template_with_route(
204
205
/// Run a smoke test for a `spin new` redis template
206
207
+#[allow(dependency_on_unit_never_type_fallback)]
208
pub fn redis_smoke_test_template(
209
template_name: &str,
210
template_url: Option<&str>,
0 commit comments