Skip to content

Commit

Permalink
missing test case change
Browse files Browse the repository at this point in the history
  • Loading branch information
adhami3310 committed Oct 24, 2024
1 parent 1e82675 commit a253451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/components/core/test_banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_websocket_target_url():
var_data = url._get_all_var_data()
assert var_data is not None
assert sorted(tuple((key for key, _ in var_data.imports))) == sorted(
("/utils/state", "/env.json")
("$/utils/state", "$/env.json")
)


Expand Down

0 comments on commit a253451

Please sign in to comment.