need to pass env var as export in test

This commit is contained in:
Casey Faist
2018-10-05 13:48:22 -05:00
parent 00e12b8ec2
commit eee8dd9a9e
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -1 +0,0 @@
SLUGIFY_USES_TEXT_UNIDECODE=yes
+1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
testAirflow() {
export SLUGIFY_USES_TEXT_UNIDECODE="yes"
compile "airflow"
assertCaptured "apache-airflow==1.10"
assertCapturedSuccess