We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1633033 commit a4d43d8Copy full SHA for a4d43d8
deps/rabbitmq_cli/test/ctl/set_vhost_tags_command_test.exs
@@ -77,7 +77,7 @@ defmodule SetVhostTagsCommandTest do
77
fn record -> record[:vhost] == context[:vhost] end
78
)
79
80
- assert result[:tags] == context[:tags]
+ assert Enum.sort(result[:tags]) == Enum.sort(context[:tags])
81
end
82
83
@tag user: @vhost, tags: [:qa]
0 commit comments