Commit 99e32972 authored by Taka Nishida's avatar Taka Nishida
Browse files

chore: fix typo and format

parent d33809ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,4 +22,4 @@ _This notice should stay as the first item in the CONTRIBUTING.md file._
We want to create a welcoming environment for everyone who is interested
in contributing. Please visit our [Code of Conduct
page](https://about.gitlab.com/contributing/code-of-conduct) to learn
more about our committment to an open and welcoming environment.
 No newline at end of file
more about our commitment to an open and welcoming environment.
+16 −16
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ func TestInitializeDatabaseUrlEnvironmentVariable(t *testing.T) {
		Template            string
	}{
		{
			CaseName: "present-db-intialize",
			CaseName: "present-db-initialize",
			Values: map[string]string{
				"application.database_url":      "PRESENT",
				"application.initializeCommand": "echo initialize",