Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
go fmt tests/cloud_init_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Dowideit <[email protected]>
  • Loading branch information
SvenDowideit committed Jun 23, 2017
1 parent 5dd92a6 commit 09bd518
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/cloud_init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ func (s *QemuSuite) TestIsoCloudConfig(c *C) {
}

func (s *QemuSuite) TestFatCloudConfig(c *C) {
runArgs := []string{
"--fresh",
"--cloud-config-fat",
}
s.RunQemuWith(c, runArgs...)
runArgs := []string{
"--fresh",
"--cloud-config-fat",
}
s.RunQemuWith(c, runArgs...)

s.CheckCall(c, `ls .ssh/authorized_keys`)
s.CheckCall(c, `ls .ssh/authorized_keys`)
}

0 comments on commit 09bd518

Please sign in to comment.