Skip to content

[Bug]: Fix wait package timeout error message #33

Description

@mrhillsman

Description

Two tests in wait_test.go expect error messages containing "timed out" but the ErrVMTimeout constant uses "timeout waiting for VM".

Steps to reproduce

go test -v ./internal/wait/... -run "timeout"

Expected: Tests pass
Actual: Tests fail because "timeout waiting for VM" does not contain substring "timed out"

Fix

Change ErrVMTimeout message from "timeout waiting for VM" to "timed out waiting for VM"

Affected file

internal/wait/wait.go:18

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueDenotes an issue ready for a new contributor, according to the "help wanted" guidelines.kind/bugCategorizes issue or PR as related to a bug.size/XSDenotes a PR that changes 0-9 lines, ignoring generated files.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions