mirror of
https://github.com/onepanelio/onepanel.git
synced 2025-10-15 10:10:36 +08:00
fake => mock
This commit is contained in:
@@ -155,7 +155,7 @@ func TestParseContainersInvalid(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCreateWorkspaceTemplate(t *testing.T) {
|
||||
c := NewTestClient(fakeSystemSecret, fakeSystemConfigMap)
|
||||
c := NewTestClient(mockSystemSecret, mockSystemConfigMap)
|
||||
|
||||
if err := c.CreateWorkspaceTemplate("rush", workspaceTemplateManifest); err != nil {
|
||||
t.Error(err)
|
||||
|
Reference in New Issue
Block a user