Skip to content

Commit

Permalink
Fix post release test (#146)
Browse files Browse the repository at this point in the history
Test was checking for env variable set by config, but the cypress config
file legit did not have anything set.
  • Loading branch information
mhan83 authored Jul 16, 2021
1 parent 53f5668 commit fff933e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/post-release/cypress.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
{
}
"env": {
"foo": "bar"
}
}

0 comments on commit fff933e

Please sign in to comment.