mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
test: fix use of t.Logf
where t.Log
would suffice (#16328)
This commit is contained in:
committed by
GitHub
parent
6caa29a29f
commit
c069563af1
@ -2018,7 +2018,7 @@ func TestMultipleOrganizationTemplates(t *testing.T) {
|
||||
t.Logf("Second organization: %s", second.ID.String())
|
||||
t.Logf("Third organization: %s", third.ID.String())
|
||||
|
||||
t.Logf("Creating template version in second organization")
|
||||
t.Log("Creating template version in second organization")
|
||||
|
||||
start := time.Now()
|
||||
version := coderdtest.CreateTemplateVersion(t, templateAdmin, second.ID, nil)
|
||||
|
Reference in New Issue
Block a user