Skip to content

Commit 2ae5791

Browse files
committed
Fix merge
1 parent 13c8cf3 commit 2ae5791

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/integration/snapshot.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,9 @@ fn secrets_outside_environment() -> Result<()> {
657657
.run()?
658658
);
659659

660+
Ok(())
661+
}
662+
660663
#[test]
661664
fn forbidden_uses() -> Result<()> {
662665
for config in ["allow-all", "deny-all", "allow-some", "deny-some"] {
@@ -674,4 +677,4 @@ fn forbidden_uses() -> Result<()> {
674677

675678

676679
Ok(())
677-
}
680+
}

0 commit comments

Comments
 (0)