mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Moved dashboard theme option from the dashboard to a persisted user setting, #1458
This commit is contained in:
@@ -53,8 +53,8 @@ func TestAccountDataAccess(t *testing.T) {
|
||||
ac2 := ac2cmd.Result
|
||||
|
||||
Convey("Should be able to read user info projection", func() {
|
||||
query := m.GetUserInfoQuery{UserId: ac1.Id}
|
||||
err = GetUserInfo(&query)
|
||||
query := m.GetUserProfileQuery{UserId: ac1.Id}
|
||||
err = GetUserProfile(&query)
|
||||
|
||||
So(err, ShouldBeNil)
|
||||
So(query.Result.Email, ShouldEqual, "ac1@test.com")
|
||||
|
Reference in New Issue
Block a user