mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +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
@ -28,7 +28,7 @@ func TestTimingsFromProvision(t *testing.T) {
|
||||
// Given: a fake terraform bin that behaves as we expect it to.
|
||||
fakeBin := filepath.Join(cwd, "testdata", "timings-aggregation/fake-terraform.sh")
|
||||
|
||||
t.Logf(fakeBin)
|
||||
t.Log(fakeBin)
|
||||
|
||||
ctx, api := setupProvisioner(t, &provisionerServeOptions{
|
||||
binaryPath: fakeBin,
|
||||
|
Reference in New Issue
Block a user