correct user id generation
This commit is contained in:
@@ -24,7 +24,7 @@ func TestTouchProjectEmpty(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
userID := gidx.PrefixedID("idntusr-2s-9kVNPJBaInlHpRs3lAMsvU_kVkLaSlD4R_RhavDw")
|
||||
userID := gidx.PrefixedID("idntusr-2aPXqbgfYSlld36XLfvNjEqUIIL9ekRZzgs2eBGOCBw")
|
||||
user := &models.UserDetails{
|
||||
ID: "usr1",
|
||||
}
|
||||
@@ -110,10 +110,10 @@ func TestTouchProjectCleanup(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
oldUserID := gidx.PrefixedID("idntusr-2s-9kVNPJBaInlHpRs3lAMsvU_kVkLaSlD4R_RhavDw")
|
||||
oldUserID := gidx.PrefixedID("idntusr-2aPXqbgfYSlld36XLfvNjEqUIIL9ekRZzgs2eBGOCBw")
|
||||
oldOrgID := gidx.PrefixedID("metlorg-org1")
|
||||
|
||||
userID := gidx.PrefixedID("idntusr-RnKvdujrwqm4o1dBDgfgaqeCpKFMaGeOtGnNbZky0Kg")
|
||||
userID := gidx.PrefixedID("idntusr-Ewj_PJUue9eDIDoyCoWG48GtwlysqTj2Y4qWPiJPN1s")
|
||||
user := &models.UserDetails{
|
||||
ID: "usr2",
|
||||
}
|
||||
@@ -222,7 +222,7 @@ func TestTouchProjectNoChange(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
userID := gidx.PrefixedID("idntusr-2s-9kVNPJBaInlHpRs3lAMsvU_kVkLaSlD4R_RhavDw")
|
||||
userID := gidx.PrefixedID("idntusr-2aPXqbgfYSlld36XLfvNjEqUIIL9ekRZzgs2eBGOCBw")
|
||||
user := &models.UserDetails{
|
||||
ID: "usr1",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user