diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-13 01:17:15 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-11-13 01:17:15 -0500 |
commit | 8af575409e01bf4e539c73bd3490a7885d9f79a9 (patch) | |
tree | bd141961dbb80889937287618bcf094d972c0355 | |
parent | 233e06aff49a8a4603814cd6c1c0e62167518e2b (diff) | |
download | stasis-8af575409e01bf4e539c73bd3490a7885d9f79a9.tar.gz |
Use shortened YAML config
-rw-r--r-- | tests/data/gbo.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/gbo.ini b/tests/data/gbo.ini index c57ae8c..609b8f3 100644 --- a/tests/data/gbo.ini +++ b/tests/data/gbo.ini @@ -4,7 +4,7 @@ name = GBO version = 1.2.3 rc = 1 final = false -based_on = {{ env:TEST_DATA }}/generic_based_on.yml +based_on = {{ env:TEST_DATA }}/gbo.yml python = 3.11 |