diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-08-28 05:39:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-28 05:39:43 +0200 |
commit | 5e1767173f82672c77e4d1ce5d9f252750e5f96d (patch) | |
tree | 4699f8e757aa530206ee935e3ebb5cf36aba19db /spec/fabricators | |
parent | 2bbec9f4dab1441391983ce920b6a0094f0e0348 (diff) |
Display pending message on admin relays UI (#8494)
* Add missing specs for relay accept/reject * Display pending message on admin relays UI
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/relay_fabricator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/fabricators/relay_fabricator.rb b/spec/fabricators/relay_fabricator.rb index 2c9df4ad3..3f8726f6b 100644 --- a/spec/fabricators/relay_fabricator.rb +++ b/spec/fabricators/relay_fabricator.rb @@ -1,4 +1,4 @@ Fabricator(:relay) do inbox_url "https://example.com/inbox" - enabled true + state :idle end |