Skip to content

Commit 723686e

Browse files
chore(deps): update rust crate rstest to 0.26.0 (#782)
* chore(deps): update rust crate rstest to 0.26.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * ✨ chore(tests): add #[dirs] attribute to test_helm_charts_render_with_namespace Signed-off-by: Mohammed Naser <[email protected]> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Mohammed Naser <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mohammed Naser <[email protected]>
1 parent fef008a commit 723686e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gtmpl = "0.7.1"
5151
http = "1.3.1"
5252
mockall = "0.13.1"
5353
pretty_assertions = "1.4.1"
54-
rstest = "0.25.0"
54+
rstest = "0.26.0"
5555
semver = "1.0.26"
5656
serde_gtmpl = { path = "crates/serde_gtmpl" }
5757
tower-test = "0.4.0"

src/magnum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ mod tests {
576576
#[rstest]
577577
fn test_helm_charts_render_with_namespace(
578578
#[files("magnum_cluster_api/charts/*")]
579+
#[dirs]
579580
#[exclude("patches")]
580581
path: PathBuf,
581582
) {

0 commit comments

Comments
 (0)