8000 Fix failing test · localstack/localstack@3d21af5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d21af5

Browse files
committed
Fix failing test
1 parent 669b59e commit 3d21af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/cli/test_profiles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ def test_trailing_p_argument(monkeypatch):
143143
profile_test(
144144
monkeypatch,
145145
input_args=["cli", "start", "-p"],
146-
expected_profile="the_profile",
146+
expected_profile="",
147147
expected_argv=["cli", "start", "-p"],
148148
)

0 commit comments

Comments
 (0)
0