Skip to content

Commit

Permalink
Fix cass test
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Dec 15, 2024
1 parent 38e68a1 commit 36f5a60
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/integration_tests/test_cassop_bugs.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ def __init__(self, methodName: str = "runTest") -> None:

# prepare and load config
config_path = os.path.join(
test_dir.parent.parent, "data", "cass-operator", "config.json"
test_dir.parent.parent,
"data",
"cass-operator",
"v1-10-3",
"config.json",
)
with open(config_path, "r", encoding="utf-8") as config_file:
self.config = OperatorConfig.model_validate(json.load(config_file))
Expand Down

0 comments on commit 36f5a60

Please sign in to comment.