mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
test(push): pin App Attest bypass as non-default
Co-authored-by: Tom Brow <tomb@block.xyz> Signed-off-by: Tom Brow <tomb@block.xyz>
This commit is contained in:
co-authored by
Tom Brow
parent
3ace1e83a6
commit
737457569a
@@ -112,3 +112,12 @@ impl AppAttestPolicy {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn development_bypass_stays_a_non_default_feature() {
|
||||
assert!(include_str!("../Cargo.toml")
|
||||
.contains("[features]\ndefault = []\ndev-app-attest-bypass = []"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user