浏览代码

ccache tests

Jonathan Turner 8 年之前
父节点
当前提交
04db6f96a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      credentials/ccache_integration_test.go

+ 1 - 1
credentials/ccache_integration_test.go

@@ -83,7 +83,7 @@ func TestLoadCCache(t *testing.T) {
 	c, err := loadCCache()
 	c, err := loadCCache()
 	pn := c.GetClientPrincipalName()
 	pn := c.GetClientPrincipalName()
 	assert.Equal(t, "testuser1", pn.GetPrincipalNameString(), "principal not as expected")
 	assert.Equal(t, "testuser1", pn.GetPrincipalNameString(), "principal not as expected")
-	assert.Equal(t, "TEST@GOKRB5", c.GetClientRealm(), "realm not as expected")
+	assert.Equal(t, "TEST.GOKRB5", c.GetClientRealm(), "realm not as expected")
 }
 }
 
 
 func TestCCacheEntries(t *testing.T) {
 func TestCCacheEntries(t *testing.T) {