Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Commit 1dfa6c8

Browse files
committed
fix spec test for travis
1 parent b282faf commit 1dfa6c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/grafana_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,11 +1505,11 @@
15051505
id = message.first.dig('id')
15061506

15071507
params = {
1508-
'base': {
1508+
'base' => {
15091509
'dashboard_id' => id,
15101510
'version' => 1
15111511
},
1512-
'new': {
1512+
'new' => {
15131513
'dashboard_id' => id,
15141514
'version' => 2
15151515
}

0 commit comments

Comments
 (0)