Skip to content

Commit

Permalink
fix: settings test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJacky committed Nov 18, 2024
1 parent 0acb377 commit 2f57a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings/settings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func TestSetup(t *testing.T) {
assert.Equal(t, "newSecret123", cSettings.AppSettings.JwtSecret)

// Database
assert.Equal(t, "", cSettings.DataBaseSettings.Name)
assert.Equal(t, "testDB", DatabaseSettings.Name)

// Auth
assert.Equal(t, []string{"127.0.0.1", "192.168.1.1"}, AuthSettings.IPWhiteList)
Expand Down

0 comments on commit 2f57a6c

Please sign in to comment.