We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c1d2b commit 069f02fCopy full SHA for 069f02f
1 file changed
spec/ssh/allow-disallow-space-ssh_spec.sh
@@ -36,7 +36,7 @@ Describe 'ssh'
36
When call disallow_space_ssh
37
The status should be success
38
The output should json '.version | keys == ["timestamp"]'
39
- The error should include "Disabling ssh support for space '$space'"
+ The error should include "Disabling ssh support for space"
40
Assert not test::is_space_ssh_allowed "$org" "$space"
41
End
42
@@ -54,7 +54,7 @@ Describe 'ssh'
54
When call allow_space_ssh
55
56
57
- The error should include "Enabling ssh support for space '$space'"
+ The error should include "Enabling ssh support for space"
58
Assert test::is_space_ssh_allowed "$org" "$space"
59
60
0 commit comments