Browse Source

ccache tests

Jonathan Turner 8 years ago
parent
commit
04db6f96a7
1 changed files with 1 additions and 1 deletions
  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()
 	pn := c.GetClientPrincipalName()
 	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) {