Skip to content

Commit fe6822f

Browse files
authored
init testkey correctly (#943)
1 parent ae22b99 commit fe6822f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/testrail_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def reportable(platform_to_test=None):
279279

280280
if not os.environ.get("STARFOX_SPLIT"):
281281
sys.exit("No split selected")
282-
manifest = TestKey()
282+
manifest = TestKey(TEST_KEY_LOCATION)
283283
expected_suites = manifest.get_valid_suites_in_split(
284284
os.environ["STARFOX_SPLIT"]
285285
)

0 commit comments

Comments
 (0)