Skip to content

Commit

Permalink
refactor: removed duplicate rulebook
Browse files Browse the repository at this point in the history
We can use the rulebook from the examples directory
  • Loading branch information
mkanoor committed Sep 28, 2023
1 parent c535c4a commit c66b7f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions tests/e2e/files/rulebooks/82_non_alpha_keys.yml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/e2e/test_non_alpha_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async def test_non_alpha_numeric_keys():
endpoint = "/api/ws2"
proc_id = "42"
port = 31415
rulebook = utils.BASE_DATA_PATH / "rulebooks/82_non_alpha_keys.yml"
rulebook = utils.EXAMPLES_PATH / "82_non_alpha_keys.yml"
websocket_address = f"ws://localhost:{port}{endpoint}"
cmd = utils.Command(
rulebook=rulebook,
Expand Down

0 comments on commit c66b7f7

Please sign in to comment.