Skip to content

Commit 069f02f

Browse files
relax stderr text checking
1 parent f0c1d2b commit 069f02f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/ssh/allow-disallow-space-ssh_spec.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Describe 'ssh'
3636
When call disallow_space_ssh
3737
The status should be success
3838
The output should json '.version | keys == ["timestamp"]'
39-
The error should include "Disabling ssh support for space '$space'"
39+
The error should include "Disabling ssh support for space"
4040
Assert not test::is_space_ssh_allowed "$org" "$space"
4141
End
4242

@@ -54,7 +54,7 @@ Describe 'ssh'
5454
When call allow_space_ssh
5555
The status should be success
5656
The output should json '.version | keys == ["timestamp"]'
57-
The error should include "Enabling ssh support for space '$space'"
57+
The error should include "Enabling ssh support for space"
5858
Assert test::is_space_ssh_allowed "$org" "$space"
5959
End
6060
End

0 commit comments

Comments
 (0)