Skip to content
Snippets Groups Projects

Persist devices and PNDs in filesystem and reload on startup

Merged Ghost User requested to merge istaester/persist-devices into develop
Compare and
18 files
+ 797
112
Compare changes
  • Side-by-side
  • Inline
Files
18
@@ -25,6 +25,7 @@ func TestApiIntegration(t *testing.T) {
@@ -25,6 +25,7 @@ func TestApiIntegration(t *testing.T) {
wantErr: false,
wantErr: false,
},
},
}
}
 
for _, tt := range tests {
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
t.Run(tt.name, func(t *testing.T) {
defer viper.Reset()
defer viper.Reset()
Loading