Skip to content

Commit 9776469

Browse files
Use VARS.TEST_APP instead of string
Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
1 parent 9e88500 commit 9776469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_container_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setup_method(self):
3030
"""
3131
Setup the test environment.
3232
"""
33-
self.app_image = build_s2i_app(app_path=VARS.TEST_DIR / "test-app")
33+
self.app_image = build_s2i_app(app_path=VARS.TEST_APP)
3434
self.app_image.set_new_db_type(db_type="mysql")
3535

3636
def teardown_method(self):

0 commit comments

Comments
 (0)