summaryrefslogtreecommitdiff
path: root/tests/integration/env_vars.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/env_vars.rs')
-rw-r--r--tests/integration/env_vars.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration/env_vars.rs b/tests/integration/env_vars.rs
index 44f74fa..5638149 100644
--- a/tests/integration/env_vars.rs
+++ b/tests/integration/env_vars.rs
@@ -159,4 +159,8 @@ async fn env_vars_passed_to_post_deploy_hook() {
content.contains("WITRYNA_BUILD_TIMESTAMP="),
"WITRYNA_BUILD_TIMESTAMP should be set"
);
+ assert!(
+ content.contains("WITRYNA_BUILD_STATUS=success"),
+ "WITRYNA_BUILD_STATUS should be set to success"
+ );
}