update tests
This commit is contained in:
parent
d74a4cc33b
commit
9f2d57ea03
@ -75,11 +75,9 @@ func TestCreateAccount(t *testing.T) {
|
|||||||
}
|
}
|
||||||
// Create required mocks
|
// Create required mocks
|
||||||
flag_account_created, err := fm.GetFlag("flag_account_created")
|
flag_account_created, err := fm.GetFlag("flag_account_created")
|
||||||
flag_api_call_error, _ := fm.GetFlag("flag_api_call_error")
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Logf(err.Error())
|
t.Logf(err.Error())
|
||||||
}
|
}
|
||||||
|
|
||||||
// Define session ID and mock data
|
// Define session ID and mock data
|
||||||
sessionId := "session123"
|
sessionId := "session123"
|
||||||
notFoundErr := db.ErrNotFound{}
|
notFoundErr := db.ErrNotFound{}
|
||||||
@ -102,7 +100,6 @@ func TestCreateAccount(t *testing.T) {
|
|||||||
},
|
},
|
||||||
expectedResult: resource.Result{
|
expectedResult: resource.Result{
|
||||||
FlagSet: []uint32{flag_account_created},
|
FlagSet: []uint32{flag_account_created},
|
||||||
FlagReset: []uint32{flag_api_call_error},
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user