Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit da917d7

Browse files
author
Faris Huskovic
committed
fix tests
1 parent cbc274f commit da917d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/integration/images_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestImagesCLI(t *testing.T) {
1818
// Successfully output help.
1919
c.Run(ctx, "coder images --help").Assert(t,
2020
tcli.Success(),
21-
tcli.StdoutMatches(regexp.QuoteMeta("Perform operations on the Coder images owned by the active user.")),
21+
tcli.StdoutMatches(regexp.QuoteMeta("Manage existing images and/or import new ones.")),
2222
tcli.StderrEmpty(),
2323
)
2424

@@ -29,7 +29,7 @@ func TestImagesCLI(t *testing.T) {
2929

3030
imgs := []coder.Image{}
3131
// OK - json output
32-
c.Run(ctx, "coder images ls -o json").Assert(t,
32+
c.Run(ctx, "coder images ls --output json").Assert(t,
3333
tcli.Success(),
3434
tcli.StdoutJSONUnmarshal(&imgs),
3535
)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy