diff options
author | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-03-19 03:13:00 +0300 |
---|---|---|
committer | Bohdan Horbeshko <bodqhrohro@gmail.com> | 2023-03-19 03:13:00 +0300 |
commit | 0a2c4e09d9179108208461a58990f3397dad5a6c (patch) | |
tree | e437ddc32498c6ce424557e53353639c8ee4b1ef /persistence/sessions_test.go | |
parent | 22b46c71ce932cc97fa6d437a7473a653bb59a41 (diff) |
Add `hideids` configuration option
Diffstat (limited to 'persistence/sessions_test.go')
-rw-r--r-- | persistence/sessions_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/persistence/sessions_test.go b/persistence/sessions_test.go index df5e26d..8ca6f4f 100644 --- a/persistence/sessions_test.go +++ b/persistence/sessions_test.go @@ -57,6 +57,7 @@ func TestSessionToMap(t *testing.T) { "asciiarrows": "false", "oobmode": "true", "carbons": "false", + "hideids": "false", } if !reflect.DeepEqual(m, sample) { t.Errorf("Map does not match the sample: %v", m) |