Skip to content

Commit

Permalink
For now, allow the ! fallback lint
Browse files Browse the repository at this point in the history
Signed-off-by: itowlson <[email protected]>
  • Loading branch information
itowlson committed Dec 16, 2024
1 parent 8fa1a67 commit 491bc73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ mod integration_tests {

#[test]
#[cfg(feature = "extern-dependencies-tests")]
#[allow(dependency_on_unit_never_type_fallback)]
/// Test that basic redis trigger support works
fn redis_smoke_test() -> anyhow::Result<()> {
use anyhow::Context;
Expand Down
1 change: 1 addition & 0 deletions tests/testcases/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ pub fn http_smoke_test_template_with_route(

/// Run a smoke test for a `spin new` redis template
#[cfg(feature = "extern-dependencies-tests")]
#[allow(dependency_on_unit_never_type_fallback)]
pub fn redis_smoke_test_template(
template_name: &str,
template_url: Option<&str>,
Expand Down

0 comments on commit 491bc73

Please sign in to comment.